diff options
Diffstat (limited to 'testing/php7-msgpack')
-rw-r--r-- | testing/php7-msgpack/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-msgpack/APKBUILD b/testing/php7-msgpack/APKBUILD index 649230bf89..c6176893c2 100644 --- a/testing/php7-msgpack/APKBUILD +++ b/testing/php7-msgpack/APKBUILD @@ -11,7 +11,7 @@ license="PHP" options="!check" # Tests fail - does not load msgpack.so depends="php7-session" 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() { |