This commit is contained in:
joborun linux 2023-02-28 00:51:52 +02:00
parent e700a8dbad
commit 749e1e63d3
2 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=sudo
_sudover=1.9.13p1
_sudover=1.9.13p2
pkgrel=01
pkgver=${_sudover/p/.p}
pkgdesc="Give certain users the ability to run some commands as root w/o systemd"
@ -90,10 +90,9 @@ license=('custom')
validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB') # "Todd C. Miller <Todd.Miller@sudo.ws>"
sha256sums=(672a3b83ace56b5fa12c7d89da771d75f5ae4472bec92791fbb98c2dd853bd43 # sudo-1.9.13p1.tar.gz
03849634b50aa0847a13fd812963a56c45adc21366866e91260a0a1c485c03fe # sudo-1.9.13p1.tar.gz.sig
sha256sums=(df2004fde4c1033b1fdca339958e0ec633d393d604fcff9d1513abef1f94574d # sudo-1.9.13p2.tar.gz
b8e4a147b1d4f454a10dd18dffa02a70e38ee6ac2061f38eded7f9d0e99c556e # sudo-1.9.13p2.tar.gz.sig
d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2) # sudo.pam
## fe0f7f9bd86d6f0e21aa2532a5e56f9496079fad8818f9801dcea36e78e0ddd7 sudo-1.9.13.p1-01-x86_64.pkg.tar.lz
## 832b05587d5e4243b53ba84c03be21cd52c07c901810204ccee15c20bc565cf5 sudo-1.9.13.p2-01-x86_64.pkg.tar.lz

View File

@ -3,7 +3,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=sudo
_sudover=1.9.13p1
_sudover=1.9.13p2
pkgrel=1
pkgver=${_sudover/p/.p}
pkgdesc="Give certain users the ability to run some commands as root"
@ -19,7 +19,7 @@ install=$pkgname.install
source=(https://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
sudo_logsrvd.service
sudo.pam)
sha256sums=('672a3b83ace56b5fa12c7d89da771d75f5ae4472bec92791fbb98c2dd853bd43'
sha256sums=('df2004fde4c1033b1fdca339958e0ec633d393d604fcff9d1513abef1f94574d'
'SKIP'
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')