diff options
author | Zach van Rijn <me@zv.io> | 2021-10-06 16:16:34 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-10-06 16:16:34 -0500 |
commit | 0714661cd83f9a35f5f91d700874215564548fdb (patch) | |
tree | 2505c2850f5d1d40e2d243660da107099ae3d438 /system | |
parent | 22ad25cab4bd043ee4bccdb34df7f821237794ea (diff) | |
download | packages-0714661cd83f9a35f5f91d700874215564548fdb.tar.gz packages-0714661cd83f9a35f5f91d700874215564548fdb.tar.bz2 packages-0714661cd83f9a35f5f91d700874215564548fdb.tar.xz packages-0714661cd83f9a35f5f91d700874215564548fdb.zip |
system/unzip: fix/update source URL with stable snapshot
Diffstat (limited to 'system')
-rw-r--r-- | system/unzip/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/unzip/APKBUILD b/system/unzip/APKBUILD index 9b3f696f3..434f9377c 100644 --- a/system/unzip/APKBUILD +++ b/system/unzip/APKBUILD @@ -12,8 +12,9 @@ arch="all" license="Info-ZIP" subpackages="$pkgname-doc" # normally ftp://ftp.info-zip.org/pub/infozip/src/$pkgname$_pkgver.zip +# find timestamp here: https://snapshot.debian.org/package/unzip/ source="$pkgname-$pkgver.tgz::https://distfiles.adelielinux.org/source/$pkgname$_pkgver.tgz - http://deb.debian.org/debian/pool/main/u/unzip/unzip_$pkgver-$_debver.debian.tar.xz + https://snapshot.debian.org/archive/debian-debug/20190928T162431Z/pool/main/u/$pkgname/$pkgname_$pkgver-$_debver.debian.tar.xz cflags.patch format-secure.patch unzipsfx-bomb-32bit.patch |