wget: update alternative priority
authorNick Liu <udhappy@gmail.com>
Sat, 28 Dec 2024 12:50:05 +0000 (20:50 +0800)
committerRobert Marko <robimarko@gmail.com>
Tue, 31 Dec 2024 12:03:30 +0000 (13:03 +0100)
Update wget-ssl and wget-nossl using differet alternative priorities for /usr/bin/wget.

Signed-off-by: Nick Liu <udhappy@gmail.com>
net/wget/Makefile

index afc0ba288fe4255825350b0260e6ac0f676833eb..8711c248b22b3786251b4973b8323aed66ee8cfe 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=wget
 PKG_VERSION:=1.24.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
@@ -49,7 +49,7 @@ $(call Package/wget/Default)
   DEPENDS+= +libopenssl +librt
   TITLE+= (with SSL support)
   VARIANT:=ssl
-  ALTERNATIVES:=300:/usr/bin/wget:/usr/libexec/wget-ssl
+  ALTERNATIVES:=400:/usr/bin/wget:/usr/libexec/wget-ssl
 endef
 
 define Package/wget-ssl/description