diff options
author | root <root@rshg054.dnsready.net> | 2012-09-15 00:03:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-15 00:03:54 +0000 |
commit | 58bcf29e17b49063f0be13069151b9890cb5c6a6 (patch) | |
tree | 93ffa4e6d734fbe0d0f4f47e2451a2bce48ab761 /testing/sudo/PKGBUILD | |
parent | c7e751e3633b2e10c0ffcc68e4ce676f725f0843 (diff) |
Sat Sep 15 00:03:54 UTC 2012
Diffstat (limited to 'testing/sudo/PKGBUILD')
-rw-r--r-- | testing/sudo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/sudo/PKGBUILD b/testing/sudo/PKGBUILD index 27774513f..b597c137a 100644 --- a/testing/sudo/PKGBUILD +++ b/testing/sudo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 166016 2012-09-04 05:55:15Z foutrelis $ +# $Id: PKGBUILD 166625 2012-09-13 12:56:03Z 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.6 +_sudover=1.8.6p1 pkgver=${_sudover/p/.p} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -16,7 +16,7 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool') source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz sudo.pam) -sha256sums=('93c4481ae5261ca0e988d069179fef40032729b94a110ceb2a3e92ca7842d2d3' +sha256sums=('70d6a3ceb6168c879a80a5fa03cdd06178b95d0ecb6bf87aa0bc7c159da944cc' 'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae') build() { |