diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-12-30 20:20:59 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-12-30 20:21:47 +0100 |
commit | 641c815885e3777a0496f02b1414f0455a1a15c0 (patch) | |
tree | 3634658dada3bfb5521933b5adcee87427f671e6 /net/wget/Makefile | |
parent | 0e9715553c0c66db936f9ea570ba925210608973 (diff) |
wget: update to 1.20.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 423e66303..ad2ce1ecd 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.20 -PKG_RELEASE:=2 +PKG_VERSION:=1.20.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=8a057925c74c059d9e37de63a63b450da66c5c1c8cef869a6df420b3bb45a0cf +PKG_HASH:=b783b390cb571c837b392857945f5a1f00ec6b043177cc42abb8ee1b542ee1b3 PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at> PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |