diff options
Diffstat (limited to 'testing/php7-solr')
-rw-r--r-- | testing/php7-solr/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-solr/APKBUILD b/testing/php7-solr/APKBUILD index e89db6d0ee..89614d5578 100644 --- a/testing/php7-solr/APKBUILD +++ b/testing/php7-solr/APKBUILD @@ -12,7 +12,7 @@ license="PHP" options="!check" # Require Solr installed depends="php7-json" makedepends="php7-dev curl-dev libxml2-dev autoconf pcre-dev" -source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz +source="https://pecl.php.net/get/$_pkgreal-$_pkgver.tgz fix-zend_acc_public.patch " builddir="$srcdir"/$_pkgreal-$_pkgver |