summaryrefslogtreecommitdiff
path: root/testing/sudo
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-14 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-03-14 00:01:30 +0000
commit01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (patch)
treec9cf79fb6311cbb2a890419e0a382aa211fb3010 /testing/sudo
parentca06c41d7d8e5d38284de9048372ab45dcd8b2fb (diff)
Wed Mar 14 00:01:29 UTC 2012
Diffstat (limited to 'testing/sudo')
-rw-r--r--testing/sudo/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/sudo/PKGBUILD b/testing/sudo/PKGBUILD
index 9fe2cf1b8..2f96abb2a 100644
--- a/testing/sudo/PKGBUILD
+++ b/testing/sudo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151762 2012-03-02 10:58:36Z allan $
+# $Id: PKGBUILD 153412 2012-03-13 01:20:15Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
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 @@ backup=('etc/sudoers' 'etc/pam.d/sudo')
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() {