Date: Wednesday, June 2, 2010 @ 19:49:59 Author: allan Revision: 81765
upgpkg: sudo 1.7.2p7-1 upstream bug fix release Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-02 23:45:39 UTC (rev 81764) +++ PKGBUILD 2010-06-02 23:49:59 UTC (rev 81765) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -pkgver=1.7.2p6 +pkgver=1.7.2p7 pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam) options=('!libtool' '!makeflags' 'force') -md5sums=('c4f1a43e8ba94f6bf06d2211442148c4' +md5sums=('3ac78668427a53e12d7639fdfab2f1af' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() {
