mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
php8/pecl8-pecl-*: use https URLs for PKG_SOURCE_URLs
Most packages already use https URLs and for PHP and PECL package downloads https is working properly. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -14,7 +14,7 @@ PKG_HASH:=01aeccb0e14f897fe56f0509be6e6991ff0ad459f9d34e95e4556d02699b9a03
|
||||
|
||||
PKG_NAME:=php8-pecl-redis
|
||||
PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
|
||||
PKG_SOURCE_URL:=http://pecl.php.net/get/
|
||||
PKG_SOURCE_URL:=https://pecl.php.net/get/
|
||||
|
||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user