summaryrefslogtreecommitdiffstats
path: root/main/sudo/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/sudo/APKBUILD')
-rw-r--r--main/sudo/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/sudo/APKBUILD b/main/sudo/APKBUILD
index 628d7589..b5d54fd0 100644
--- a/main/sudo/APKBUILD
+++ b/main/sudo/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sudo
-pkgver=1.7.2_p5
+pkgver=1.7.2_p6
_realver=${pkgver%_*}${pkgver#*_}
-pkgrel=0
+pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
url="http://www.sudo.ws/sudo/"
license='custom ISC'
@@ -27,4 +27,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install || return 1
}
-md5sums="398f584e831bd75b3c0179e28368c2a3 sudo-1.7.2p5.tar.gz"
+md5sums="c4f1a43e8ba94f6bf06d2211442148c4 sudo-1.7.2p6.tar.gz"