diff options
Diffstat (limited to 'testing/lzlib/APKBUILD')
-rw-r--r-- | testing/lzlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lzlib/APKBUILD b/testing/lzlib/APKBUILD index a29423e0ca..2138ce0e08 100644 --- a/testing/lzlib/APKBUILD +++ b/testing/lzlib/APKBUILD @@ -8,7 +8,7 @@ url="http://www.nongnu.org/lzip/lzlib.html" arch="all" license="GPL-2.0-or-later" subpackages="$pkgname-doc" -source="http://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz" +source="https://download.savannah.gnu.org/releases/lzip/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |