mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 12:40:06 +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
@@ -12,7 +12,7 @@ PKG_VERSION:=0.5.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=libmpeg2-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://libmpeg2.sourceforge.net/files/
|
||||
PKG_SOURCE_URL:=https://libmpeg2.sourceforge.net/files/
|
||||
PKG_HASH:=dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
Reference in New Issue
Block a user