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:=fb1e10c2e5edfb011ff8dc2e473cdbd2bbe0127d1279dfce4d98570555ac6ded
|
||||
|
||||
PKG_NAME:=php8-pecl-http
|
||||
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