diff options
Diffstat (limited to 'main/xz/APKBUILD')
-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" |