diff options
Diffstat (limited to 'core/sudo/APKBUILD')
-rw-r--r-- | core/sudo/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/sudo/APKBUILD b/core/sudo/APKBUILD index 6d4b46ab..75fd70f3 100644 --- a/core/sudo/APKBUILD +++ b/core/sudo/APKBUILD @@ -1,12 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sudo -pkgver=1.7.1 +pkgver=1.7.2 pkgrel=0 pkgdesc="Give certain users the ability to run some commands as root" url="http://www.sudo.ws/sudo/" license='custom ISC' -depends='uclibc' -backup='etc/sudoers' +depends= source="ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz" subpackages="$pkgname-doc" @@ -23,4 +22,4 @@ build() { make -j1 DESTDIR="$pkgdir" install || return 1 } -md5sums="af672524b2c854a67612bf4c743f58b8 sudo-1.7.1.tar.gz" +md5sums="9caba8719c3e0f163880a05f02a48249 sudo-1.7.2.tar.gz" |