main/sudo: upgrade to 1.7.2_p5

This commit is contained in:
Natanael Copa 2010-03-11 21:28:44 +00:00
parent 1ef8cdf1e6
commit fcd925fa1b

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sudo
pkgver=1.7.2_p4
_realver=1.7.2p4
pkgver=1.7.2_p5
_realver=${pkgver%_*}${pkgver#*_}
pkgrel=0
pkgdesc="Give certain users the ability to run some commands as root"
url="http://www.sudo.ws/sudo/"
@ -27,4 +27,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install || return 1
}
md5sums="3989e5a00538247d7dcef8b514076752 sudo-1.7.2p4.tar.gz"
md5sums="398f584e831bd75b3c0179e28368c2a3 sudo-1.7.2p5.tar.gz"