diff options
Diffstat (limited to 'testing/boost-build/APKBUILD')
-rw-r--r-- | testing/boost-build/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/boost-build/APKBUILD b/testing/boost-build/APKBUILD index dd461de34f..d968e7d313 100644 --- a/testing/boost-build/APKBUILD +++ b/testing/boost-build/APKBUILD @@ -13,7 +13,7 @@ depends="boost-dev" makedepends="" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/boostorg/${pkgname#*-}/archive/${pkgname%%-*}-$pkgver.tar.gz - $pkgname-$pkgver-LICENSE.txt::http://boost.org/LICENSE_1_0.txt" + $pkgname-$pkgver-LICENSE.txt::https://boost.org/LICENSE_1_0.txt" builddir="$srcdir/${pkgname#*-}-${pkgname%%-*}-$pkgver" build() { |