Date: Thursday, September 13, 2018 @ 11:36:01 Author: foutrelis Revision: 334453
upgpkg: sudo 1.8.25.p1-1 New upstream release. Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-13 11:30:30 UTC (rev 334452) +++ PKGBUILD 2018-09-13 11:36:01 UTC (rev 334453) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -_sudover=1.8.25 +_sudover=1.8.25p1 pkgver=${_sudover/p/.p} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -16,7 +16,7 @@ install=$pkgname.install source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} sudo.pam) -sha256sums=('9dcf0f61f663b4051d4b37a57f2da9d2800182b8c19205edde616fc9d935dc41' +sha256sums=('9dc99c7a7d37a0ab938410995c133e15d6afb970c2c66f9264fe36d20c89195b' 'SKIP' 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2') validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB')
