diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2015-11-21 11:32:43 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2015-11-21 11:32:43 +0200 |
commit | e989f69114f34c484848089bd63c8e2ecd491afc (patch) | |
tree | 85968f20bd7dbdada3509cd929f7ae3da53ec65a /net/wget/Makefile | |
parent | 10311faf44e1f857b3a0f85d5381a2ce6900888e (diff) |
wget: update to version 1.17
Update wget to 1.17.
Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=8410
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index a146a01ef..6c52b0153 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.16.3 +PKG_VERSION:=1.17 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=d2e4455781a70140ae83b54ca594ce21 +PKG_MD5SUM:=b8cff5a2f88f5ce60a2b0e361e030b46 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |