diff options
Diffstat (limited to 'community/php5-apcu/APKBUILD')
-rw-r--r-- | community/php5-apcu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php5-apcu/APKBUILD b/community/php5-apcu/APKBUILD index a84b85e85f..f6ecff5487 100644 --- a/community/php5-apcu/APKBUILD +++ b/community/php5-apcu/APKBUILD @@ -14,7 +14,7 @@ license="PHP" depends= pecldepends="${_php}-dev autoconf" makedepends="$pecldepends pcre-dev" -source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" +source="https://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" _builddir="$srcdir"/$_pkgreal-$_pkgver |