Skip to content
Snippets Groups Projects
Verified Commit 92d9c592 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/packages: wget: refresh

parent 3a8e5463
1 merge request!123Turris OS 5.0 (HBK)
......@@ -17,35 +17,34 @@ Signed-off-by: Karel Kočí <karel.koci@nic.cz>
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 9d2f094b2..d731f34ae 100644
index 83c91374e..1f28448aa 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -29,7 +29,7 @@ define Package/wget/Default
@@ -31,7 +31,7 @@ define Package/wget/Default
SUBMENU:=File Transfer
TITLE:=Non-interactive network downloader
URL:=http://www.gnu.org/software/wget/index.html
URL:=https://www.gnu.org/software/wget/index.html
- PROVIDES:=wget
+ PROVIDES:=gnu-wget
endef
define Package/wget/Default/description
@@ -46,7 +46,6 @@ $(call Package/wget/Default)
@@ -48,7 +48,6 @@ $(call Package/wget/Default)
DEPENDS+= +libopenssl +librt
TITLE+= (with SSL support)
VARIANT:=ssl
- PROVIDES+=gnu-wget
ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-ssl
endef
define Package/wget/description
@@ -58,7 +57,7 @@ define Package/wget-nossl
@@ -61,7 +60,7 @@ define Package/wget-nossl
$(call Package/wget/Default)
TITLE+= (without SSL support)
VARIANT:=nossl
- PROVIDES+=gnu-wget
+ PROVIDES+=wget
ALTERNATIVES:=300:/usr/bin/wget:/usr/bin/wget-nossl
endef
define Package/wget-nossl/description
--
2.24.0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment