summaryrefslogtreecommitdiffstats
path: root/main/sudo
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-20 16:59:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-20 16:59:52 +0000
commit136f457daf2d2f6e879cb0816df2272e318d351c (patch)
treec83731e866637ddb522c5a7c608df844d9aeee83 /main/sudo
parentcffa6eeda1ad8370e3ccbb2686d02dccc7d672b9 (diff)
downloadaports-136f457daf2d2f6e879cb0816df2272e318d351c.tar.bz2
aports-136f457daf2d2f6e879cb0816df2272e318d351c.tar.xz
main/sudo: upgrade to 1.7.2_p1
Diffstat (limited to 'main/sudo')
-rw-r--r--main/sudo/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/main/sudo/APKBUILD b/main/sudo/APKBUILD
index 75fd70f3c..4a4ad4176 100644
--- a/main/sudo/APKBUILD
+++ b/main/sudo/APKBUILD
@@ -1,16 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sudo
-pkgver=1.7.2
+pkgver=1.7.2_p1
+_realver=1.7.2p1
pkgrel=0
pkgdesc="Give certain users the ability to run some commands as root"
url="http://www.sudo.ws/sudo/"
license='custom ISC'
depends=
-source="ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz"
+source="ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_realver.tar.gz"
subpackages="$pkgname-doc"
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname-$_realver"
./configure --prefix=/usr \
--with-env-editor \
@@ -22,4 +23,4 @@ build() {
make -j1 DESTDIR="$pkgdir" install || return 1
}
-md5sums="9caba8719c3e0f163880a05f02a48249 sudo-1.7.2.tar.gz"
+md5sums="4449d466a774f5ce401c9c0e3866c026 sudo-1.7.2p1.tar.gz"