sudo: bump to version 1.9.16p2

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
pull/25617/head
Alexandru Ardelean 2024-12-25 09:22:35 +02:00 committed by Alexandru Ardelean
parent 68a0a8d6a4
commit 190b99b1bc
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sudo
PKG_REALVERSION:=1.9.15p5
PKG_REALVERSION:=1.9.16p2
PKG_VERSION:=$(subst p,_p,$(PKG_REALVERSION))
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REALVERSION).tar.gz
PKG_SOURCE_URL:=https://www.sudo.ws/dist
PKG_HASH:=558d10b9a1991fb3b9fa7fa7b07ec4405b7aefb5b3cb0b0871dbc81e3a88e558
PKG_HASH:=976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REALVERSION)
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>