mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 17:04:32 +04:00
treewide: use https for some PKG_SOURCE_URLs
This changes a number of PKG_SOURCE_URLs that were using the http protocol to use https if available. HTTPS was verified as functioning for the updated hosts. Signed-off-by: Daniel Cousens <github@dcousens.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
18fc4e61e0
commit
8a6a3d6f5d
@@ -7,7 +7,7 @@ PKG_HASH:=6e93a87b9e50bd81518880ec07a62f95d7d8452f4aa703f5b0a3076439f1022c
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION)_all.deb
|
||||
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/$(PKG_NAME)/
|
||||
PKG_SOURCE_URL:=https://ftp.debian.org/debian/pool/main/d/$(PKG_NAME)/
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
|
||||
Reference in New Issue
Block a user