aboutsummaryrefslogtreecommitdiffstats
path: root/testing/arcanist
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-10-06 14:07:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-06 17:10:15 +0000
commit3b516609b49a621f80d2084316438d55a5cbbcaf (patch)
treec5c7805a56c9746826710ff238986e7332632da0 /testing/arcanist
parent0ed5524b742b317bdcc9b7b26dd4033369e6c2f8 (diff)
downloadaports-3b516609b49a621f80d2084316438d55a5cbbcaf.tar.bz2
aports-3b516609b49a621f80d2084316438d55a5cbbcaf.tar.xz
testing: (Bulk change) Update source urls to https using HTTPS Everywhere
Diffstat (limited to 'testing/arcanist')
-rw-r--r--testing/arcanist/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/arcanist/APKBUILD b/testing/arcanist/APKBUILD
index 2ac5c37b43..81afa80d96 100644
--- a/testing/arcanist/APKBUILD
+++ b/testing/arcanist/APKBUILD
@@ -11,7 +11,7 @@ depends="php7"
depends="php7 php7-curl php-json libphutil"
options="!check" # no checks
subpackages=""
-source="http://dev.alpinelinux.org/archive/arcanist/arcanist-$pkgver.tar.gz"
+source="https://dev.alpinelinux.org/archive/arcanist/arcanist-$pkgver.tar.gz"
builddir="$srcdir/arcanist-stable"
build() {