diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 14:05:22 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-19 14:16:51 +0100 |
commit | 730cdcef6901750f4029d4c3b8639ce02ee3ead1 (patch) | |
tree | b64f30934154b7804989d63b97b7a9a4e4c0bb06 /main/xz | |
parent | 671c5ffae7ed535bec43cefbfbe937d32daa6720 (diff) | |
download | aports-730cdcef6901750f4029d4c3b8639ce02ee3ead1.tar.bz2 aports-730cdcef6901750f4029d4c3b8639ce02ee3ead1.tar.xz |
main/*: fix homepage url and source from http:// to https://
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.
$source urls are updated when they contain $url as substring.
Diffstat (limited to 'main/xz')
-rw-r--r-- | main/xz/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xz/APKBUILD b/main/xz/APKBUILD index f22987e15e..a4a8b47df4 100644 --- a/main/xz/APKBUILD +++ b/main/xz/APKBUILD @@ -4,13 +4,13 @@ pkgname=xz pkgver=5.2.3 pkgrel=1 pkgdesc="Library and command line tools for XZ and LZMA compressed files" -url="http://tukaani.org/xz/" +url="https://tukaani.org/xz/" arch="all" license="custom" depends="" makedepends="" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" -source="http://tukaani.org/xz/xz-$pkgver.tar.gz" +source="https://tukaani.org/xz/xz-$pkgver.tar.gz" build() { cd "$builddir" |