diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-09-19 19:33:41 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-09-19 19:37:21 +0300 |
commit | 3fcbbbf500cdbb1c8ca673ef37c2185aaa0c8711 (patch) | |
tree | dd58a92194b48415226136ab74ac57cae812982e /net/wget/Makefile | |
parent | 70f0a0eb420c3dec8a362b49ca3efac7edc8c76e (diff) |
wget: Revert update to 1.19.1
revert the update as the new wget version links to libunistring
that is a rather large library. Better to revert the update now
in order to fix buildbot and then look into solutions.
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 1e784052e..d346a6863 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.19.1 +PKG_VERSION:=1.18 PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=0c950b9671881222a4d385b013c9604e98a8025d1988529dfca0e93617744cd2 +PKG_HASH:=b5b55b75726c04c06fe253daec9329a6f1a3c0c1878e3ea76ebfebc139ea9cc1 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |