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:
Michael Heimpold
2024-02-20 17:38:25 +01:00
parent fa54dbc72a
commit 42aa20ddeb
9 changed files with 9 additions and 9 deletions

View File

@@ -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>