diff options
Diffstat (limited to 'repo')
-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 ) |