diff options
author | Alexandru Ardelean <ardeleanalex@gmail.com> | 2022-11-07 09:19:03 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-11-07 12:30:29 +0100 |
commit | 8e2091c6adc9b0dd78369f76e224867a40757ef1 (patch) | |
tree | 91da6d9f674df5d760ca0b6f7f0943a326e6ef16 /admin | |
parent | de185787e99448cc14ac55d3f253c69cbc04d6f1 (diff) |
sudo: bump to verison 1.9.12p1
Fixes: https://github.com/openwrt/packages/issues/19816
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'admin')
-rw-r--r-- | admin/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 6e693286a..55e36e37f 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sudo -PKG_VERSION:=1.9.12 +PKG_VERSION:=1.9.12p1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.sudo.ws/dist -PKG_HASH:=de15733888170c56834daafd34bf983db10fb21039742fcfc396bd32168d6362 +PKG_HASH:=475a18a8eb3da8b2917ceab063a6baf51ea09128c3c47e3e0e33ab7497bab7d8 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |