Date: Monday, March 12, 2012 @ 21:19:14 Author: allan Revision: 153411
upgpkg: sudo 1.8.4.p3-1 upstream update Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-13 01:18:55 UTC (rev 153410) +++ PKGBUILD 2012-03-13 01:19:14 UTC (rev 153411) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -_ver=1.8.4p2 +_ver=1.8.4p3 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -15,8 +15,8 @@ options=('!libtool' '!makeflags') source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} sudo.pam) -md5sums=('c0cc9334246d4f34128660b6c5463e94' - 'bb692de8ecb24d8bfab00c45292536c5' +md5sums=('a97af5e84192d30d8f2d5e9e03fcc618' + 'dd92cdb4eb6cd61846a7a72f02277001' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() {
