diff options
Diffstat (limited to 'testing/php7-inotify/APKBUILD')
-rw-r--r-- | testing/php7-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-inotify/APKBUILD b/testing/php7-inotify/APKBUILD index 356c2fa005..cf4246bf40 100644 --- a/testing/php7-inotify/APKBUILD +++ b/testing/php7-inotify/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() { |