diff options
author | Michael Heimpold <mhei@heimpold.de> | 2024-02-20 17:38:25 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2024-02-26 21:03:22 +0100 |
commit | 42aa20ddeb7833c41f222c0cb9987eb05a5654f5 (patch) | |
tree | cd2acca94dda9999a15bbee9dab63190fdcf07da /lang/php8-pecl-raphf/Makefile | |
parent | fa54dbc72a8aa25830b1c2e341876182ea19b455 (diff) |
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>
Diffstat (limited to 'lang/php8-pecl-raphf/Makefile')
-rw-r--r-- | lang/php8-pecl-raphf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php8-pecl-raphf/Makefile b/lang/php8-pecl-raphf/Makefile index 378928561..2f7ba9c85 100644 --- a/lang/php8-pecl-raphf/Makefile +++ b/lang/php8-pecl-raphf/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=da3566db17422e5ef08b7ff144162952aabc14cb22407cc6b1d2a2d095812bd0 PKG_NAME:=php8-pecl-raphf 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> |