diff options
author | Zach van Rijn <me@zv.io> | 2021-10-06 16:23:17 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-10-06 16:23:17 -0500 |
commit | 0a7d1dc32bc14a713097f4880de82f377e69aa59 (patch) | |
tree | a22956fa3749ca374de5f3fcb8413ebe391e8fc7 /system | |
parent | 0714661cd83f9a35f5f91d700874215564548fdb (diff) | |
download | packages-0a7d1dc32bc14a713097f4880de82f377e69aa59.tar.gz packages-0a7d1dc32bc14a713097f4880de82f377e69aa59.tar.bz2 packages-0a7d1dc32bc14a713097f4880de82f377e69aa59.tar.xz packages-0a7d1dc32bc14a713097f4880de82f377e69aa59.zip |
system/unzip: brace variables
Diffstat (limited to 'system')
-rw-r--r-- | system/unzip/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/unzip/APKBUILD b/system/unzip/APKBUILD index 434f9377c..7bc998390 100644 --- a/system/unzip/APKBUILD +++ b/system/unzip/APKBUILD @@ -14,7 +14,7 @@ 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 - https://snapshot.debian.org/archive/debian-debug/20190928T162431Z/pool/main/u/$pkgname/$pkgname_$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 |