diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-06 14:07:51 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-06 17:10:15 +0000 |
commit | 3b516609b49a621f80d2084316438d55a5cbbcaf (patch) | |
tree | c5c7805a56c9746826710ff238986e7332632da0 /testing/sbsigntool/APKBUILD | |
parent | 0ed5524b742b317bdcc9b7b26dd4033369e6c2f8 (diff) | |
download | aports-3b516609b49a621f80d2084316438d55a5cbbcaf.tar.bz2 aports-3b516609b49a621f80d2084316438d55a5cbbcaf.tar.xz |
testing: (Bulk change) Update source urls to https using HTTPS Everywhere
Diffstat (limited to 'testing/sbsigntool/APKBUILD')
-rw-r--r-- | testing/sbsigntool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sbsigntool/APKBUILD b/testing/sbsigntool/APKBUILD index 23fc7f1a14..8ae117e146 100644 --- a/testing/sbsigntool/APKBUILD +++ b/testing/sbsigntool/APKBUILD @@ -16,7 +16,7 @@ options="!check" # testsuite is not functional install="" subpackages="$pkgname-doc" source="https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/snapshot/sbsigntools-$pkgver.tar.gz - ccan-$_ccancommit.tar.gz::http://git.ozlabs.org/?p=ccan;a=snapshot;h=$_ccancommit;sf=tgz + ccan-$_ccancommit.tar.gz::https://git.ozlabs.org/?p=ccan;a=snapshot;h=$_ccancommit;sf=tgz 0001-fix-autogen.patch " builddir="$srcdir/sbsigntools-$pkgver" |