From: Sebastian Hamann Date: Tue, 19 Aug 2025 11:53:33 +0000 (+0200) Subject: nut: switch to https:// download URL X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f5371ab4347ea1104a0e3c4075fb071947075216;p=openwrt-packages.git nut: switch to https:// download URL Signed-off-by: Sebastian Hamann --- diff --git a/net/nut/Makefile b/net/nut/Makefile index 10490667f..9e16352ac 100644 --- a/net/nut/Makefile +++ b/net/nut/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.8.1 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.networkupstools.org/source/2.8/ +PKG_SOURCE_URL:=https://www.networkupstools.org/source/2.8/ PKG_HASH:=7da48ee23b1f0d8d72560bb0af84f5c5ae4dbe35452b84cb49840132e47f099c PKG_LICENSE:=GPL-2.0-or-later GPL-3.0-or-later GPL-1.0-or-later Artistic-1.0-Perl PKG_LICENSE_FILES:=LICENSE-GPL2 LICENSE-GPL3 COPYING