Browse Source
Merge pull request #14512 from commodo/sudo-bump
sudo: bump to version 1.9.5p1
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
admin/sudo/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=sudo |
|
|
|
PKG_VERSION:=1.9.4p2 |
|
|
|
PKG_VERSION:=1.9.5p1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://www.sudo.ws/dist |
|
|
|
PKG_HASH:=c34af1fa79d40d0869e4010bdd64005290ea2e1ba35638ef07fcc684c4470f64 |
|
|
|
PKG_HASH:=4dddf37c22653defada299e5681e0daef54bb6f5fc950f63997bb8eb966b7882 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |
|
|
|
|
|
|
|