diff options
author | root <root@rshg054.dnsready.net> | 2013-03-03 01:05:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-03 01:05:38 -0800 |
commit | 945c9cd1e94fab87653f84598812dec707843d26 (patch) | |
tree | bd1fccd08cd5fff72cdc25cb51382b882b4faa3e /core | |
parent | 98aa0004e23472ee63753fded33cd55d8b942f36 (diff) |
Sun Mar 3 01:04:55 PST 2013
Diffstat (limited to 'core')
-rw-r--r-- | core/sudo/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 3e3c9622a..b29225ea3 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 176862 2013-02-01 23:10:02Z foutrelis $ +# $Id: PKGBUILD 179047 2013-03-02 08:17:27Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sudo -_sudover=1.8.6p6 +_sudover=1.8.6p7 pkgver=${_sudover/p/.p} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -16,8 +16,8 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool') source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} sudo.pam) -sha256sums=('d600fee5cb2e843450263a2b8f133b9921ffa00cb6b841b0da82613447cefb7c' - 'a0f1bcd26dce567a129a4e53224f012c23960c37de04c87e5004b3571e9de9f1' +sha256sums=('301089edb22356f59d097f6abbe1303f03927a38691b02959d618546c2125036' + 'ab7660cbaba45f6aff03abbae69a62e9644a86bed76b53334364147569f104d6' 'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae') build() { |