From: Peter Müller Date: Tue, 29 Nov 2022 09:32:48 +0000 (+0100) Subject: wget: Update to 1.21.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afcf86248de5e2dd4d9546b6a95d46b0b2a18daa;p=ipfire-3.x.git wget: Update to 1.21.3 Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/wget/wget.nm b/wget/wget.nm index f0a664df8..e3ffd3707 100644 --- a/wget/wget.nm +++ b/wget/wget.nm @@ -4,7 +4,7 @@ ############################################################################### name = wget -version = 1.20.1 +version = 1.21.3 release = 1 groups = Applications/Internet @@ -30,7 +30,7 @@ build end export CPPFLAGS = %(pkg-config --cflags openssl) - export LDFLAGS += %(pkg-config --libs openssl) + LDFLAGS += %(pkg-config --libs openssl) configure_options += \ --with-ssl=openssl \