Date: Monday, March 16, 2020 @ 02:46:21 Author: foutrelis Revision: 377680
upgpkg: sudo 1.8.31.p1-1: New upstream release. Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-16 01:00:47 UTC (rev 377679) +++ PKGBUILD 2020-03-16 02:46:21 UTC (rev 377680) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -_sudover=1.8.31 +_sudover=1.8.31p1 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=('7ea8d97a3cee4c844e0887ea7a1bd80eb54cc98fd77966776cb1a80653ad454f' +sha256sums=('c73cfdfbc1c5cc259fcc3a355e1bacfed99c5580daeadec9704a24cd5e6d15d8' 'SKIP' 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2') validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB')
