diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2015-03-02 10:22:05 +0200 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2015-03-02 10:22:05 +0200 |
commit | 1e4684c236d5ac9623d137741814d0fdc2740e35 (patch) | |
tree | e770c946212a70b2dd1469533dbbc088bc1500a9 /net/wget/Makefile | |
parent | e5d7553986ce92f7dfa74866d86eef37f3fea4cf (diff) |
wget: update to 1.16.2
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
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 a1682b357..e8f71b779 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.16.1 +PKG_VERSION:=1.16.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_MD5SUM:=78942cc0cce0a23e18114d982789e360 +PKG_MD5SUM:=50b67a11971ecc6d142e634e8436fc0f PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |