diff options
author | Gergely Kiss <mail.gery@gmail.com> | 2015-08-30 19:00:08 +0200 |
---|---|---|
committer | Gergely Kiss <mail.gery@gmail.com> | 2015-08-30 19:00:08 +0200 |
commit | 5ea128e62de8078a51dffd051c2cde983c6a2d3e (patch) | |
tree | d36f1317e4faefe4ddbb33a141a1efd489960cba /admin/sudo/Makefile | |
parent | 0db8bac00cc787a494b84a92322aeb07cc852051 (diff) |
sudo: upgrade to version 1.8.14p3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Diffstat (limited to 'admin/sudo/Makefile')
-rw-r--r-- | admin/sudo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 282db1a10..3f2d6f81a 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sudo -PKG_VERSION:=1.8.13 -PKG_RELEASE:=2 +PKG_VERSION:=1.8.14p3 +PKG_RELEASE:=1 PKG_LICENSE:=ISC PKG_LICENSE_FILES:=doc/LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.sudo.ws/sudo/dist -PKG_MD5SUM:=f61577ec330ad1bd504c0e2eec6ea2d8 +PKG_SOURCE_URL:=http://www.sudo.ws/dist +PKG_MD5SUM:=93dbd1e47c136179ff1b01494c1c0e75 PKG_INSTALL:=1 |