diff options
Diffstat (limited to 'testing/crypto++')
-rw-r--r-- | testing/crypto++/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crypto++/APKBUILD b/testing/crypto++/APKBUILD index 6dbc27d7d8..54422f349d 100644 --- a/testing/crypto++/APKBUILD +++ b/testing/crypto++/APKBUILD @@ -13,7 +13,7 @@ depends="" depends_dev="$pkgname" makedepends="" subpackages="$pkgname-dev" -source="http://www.cryptopp.com/${_pkgname}${_pkgver}.zip" +source="https://www.cryptopp.com/${_pkgname}${_pkgver}.zip" builddir="$srcdir" |