diff options
Diffstat (limited to 'testing/php7-lzf/APKBUILD')
-rw-r--r-- | testing/php7-lzf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-lzf/APKBUILD b/testing/php7-lzf/APKBUILD index 18e72fc363..dcd9453855 100644 --- a/testing/php7-lzf/APKBUILD +++ b/testing/php7-lzf/APKBUILD @@ -11,7 +11,7 @@ arch="all" license="PHP" depends="" makedepends="php7-dev autoconf" -source="http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" +source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" builddir="$srcdir"/$_pkgreal-$pkgver build() { |