diff options
author | Michał Polański <michal@polanski.me> | 2020-01-26 01:05:20 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-27 22:07:18 +0100 |
commit | 1597cf4ab69b5fbe33fbeb094048db626906e0bf (patch) | |
tree | 6304ae11a6faf06c77be0f28cde3bdf9f369bc70 /main | |
parent | 9402545fa40ada9c1edfaba17f928095250a8a97 (diff) | |
download | aports-1597cf4ab69b5fbe33fbeb094048db626906e0bf.tar.bz2 aports-1597cf4ab69b5fbe33fbeb094048db626906e0bf.tar.xz |
main/boost: update url to use https
Diffstat (limited to 'main')
-rw-r--r-- | main/boost/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index f26a530695..04b092711a 100644 --- a/main/boost/APKBUILD +++ b/main/boost/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.72.0 _pkgver="${pkgver//./_}" pkgrel=2 pkgdesc="Free peer-reviewed portable C++ source libraries" -url="http://www.boost.org/" +url="https://www.boost.org/" arch="all" license="custom" depends="$pkgname-libs" |