Date: Monday, March 15, 2021 @ 18:53:27 Author: foutrelis Revision: 410013
upgpkg: sudo 1.9.6.p1-1: new upstream release Compared to 1.9.6, this only fixes a cosmetic-ish issue: > Fixed a regression introduced in sudo 1.9.6 that resulted in an error > message instead of a usage message when sudo is run with no arguments. Modified: sudo/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-15 17:12:09 UTC (rev 410012) +++ PKGBUILD 2021-03-15 18:53:27 UTC (rev 410013) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=sudo -_sudover=1.9.6 +_sudover=1.9.6p1 pkgrel=1 pkgver=${_sudover/p/.p} pkgdesc="Give certain users the ability to run some commands as root" @@ -20,7 +20,7 @@ source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} sudo_logsrvd.service sudo.pam) -sha256sums=('62c9580492cd2e7dd6273b5cfe197560f2c508a83649d1ce4f61c8ee02ff3a55' +sha256sums=('a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90' 'SKIP' '8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1' 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
