diff options
author | davidovski <david@davidovski.xyz> | 2022-02-02 00:25:02 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-02 00:25:02 +0000 |
commit | 56d9647ae57e815539f6fda6aceff137dfb9e023 (patch) | |
tree | 5db6e4d02be388d1c4e933a9b3dbdd9205a36987 /repo/util | |
parent | ef4d007a41d47d921f4023c2ae35de7483b942a6 (diff) |
changed version of unzip to 60
Diffstat (limited to 'repo/util')
-rw-r--r-- | repo/util/unzip.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/util/unzip.xibuild b/repo/util/unzip.xibuild index 10cb2d4..56192d5 100644 --- a/repo/util/unzip.xibuild +++ b/repo/util/unzip.xibuild @@ -3,8 +3,8 @@ MAKEDEPS=(make) DEPS=(bzip2 bash) -PKG_VER=6.0 -SOURCE=https://downloads.sourceforge.net/infozip/unzip$(echo $PKG_VER | sed "s/.//g").tar.gz +PKG_VER=60 +SOURCE=https://downloads.sourceforge.net/infozip/unzip$PKG_VER.tar.gz ADDITIONAL=( https://www.linuxfromscratch.org/patches/blfs/svn/unzip-$PKG_VER-consolidated_fixes-1.patch ) |