diff options
author | Nick Hainke <vincent@systemli.org> | 2022-10-10 08:31:29 +0200 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-10-13 11:32:32 +0200 |
commit | 5075f5b7010617ba916f251b418ef7c79b760b0a (patch) | |
tree | e56ea1d272680502bde501aa49af76b114244fd5 /net/wget/Makefile | |
parent | 781a74bb85345ff738c041c6cc98b3e51138262e (diff) |
wget: update to 1.21.3
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2022-02/msg00017.html
Remove the patch "100-fix-sts-time". This patch was replaced upstream by
several other fixes, see:
https://git.savannah.gnu.org/cgit/wget.git/log/src/hsts.c
Signed-off-by: Nick Hainke <vincent@systemli.org>
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 f6b088121..915942f98 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.21.2 +PKG_VERSION:=1.21.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=e6d4c76be82c676dd7e8c61a29b2ac8510ae108a810b5d1d18fc9a1d2c9a2497 +PKG_HASH:=5726bb8bc5ca0f6dc7110f6416e4bb7019e2d2ff5bf93d1ca2ffcc6656f220e5 PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at> PKG_LICENSE:=GPL-3.0-or-later |