Date: Sunday, January 21, 2018 @ 19:42:07 Author: foutrelis Revision: 315208
upgpkg: sudo 1.8.22-1 New upstream release. Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-21 19:40:54 UTC (rev 315207) +++ PKGBUILD 2018-01-21 19:42:07 UTC (rev 315208) @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -_sudover=1.8.21p2 +_sudover=1.8.22 pkgver=${_sudover/p/.p} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -17,10 +17,10 @@ install=$pkgname.install source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} sudo.pam) -sha256sums=('74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368' +sha256sums=('7256cb27c20883b14360eddbd17f98922073d104b214cf65aeacf1d9c9b9fd02' 'SKIP' 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2') -validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4') +validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB') prepare() { cd "$srcdir/$pkgname-$_sudover"
