From 56d9647ae57e815539f6fda6aceff137dfb9e023 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 2 Feb 2022 00:25:02 +0000 Subject: changed version of unzip to 60 --- repo/util/unzip.xibuild | 4 ++-- 1 file 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 ) -- cgit v1.2.1