diff options
Diffstat (limited to 'community/php7-zmq/APKBUILD')
-rw-r--r-- | community/php7-zmq/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-zmq/APKBUILD b/community/php7-zmq/APKBUILD index e3f8ff4918..31c5953851 100644 --- a/community/php7-zmq/APKBUILD +++ b/community/php7-zmq/APKBUILD @@ -12,7 +12,7 @@ arch="all" license="PHP" depends="php$_phpver-common" makedepends="php$_phpver-dev autoconf zeromq-dev" -source="$pkgname-$pkgver.tgz::http://pecl.php.net/get/$_pkgreal-$pkgver.tgz" +source="$pkgname-$pkgver.tgz::https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" builddir="$srcdir/$_pkgreal-$pkgver" build() { |