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