From d5a79c19712ef4fd992d3889bdaeaf74bb086547 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 2 Feb 2022 00:22:48 +0000 Subject: fixed typo in url of unzip --- repo/util/unzip.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util') diff --git a/repo/util/unzip.xibuild b/repo/util/unzip.xibuild index 6706ed3..539171e 100644 --- a/repo/util/unzip.xibuild +++ b/repo/util/unzip.xibuild @@ -6,7 +6,7 @@ DEPS=(bzip2 bash) PKG_VER=6.0 SOURCE=https://downloads.sourceforge.net/infozip/unzip$(echo $PKG_VER | sed "s/.//g").tar.gz ADDITIONAL=( - https://www.linuxfromscratch.org/patches/blfs/svn/unzip-$PKG_VER.consolidated_fixes-1.patch + https://www.linuxfromscratch.org/patches/blfs/svn/unzip-$PKG_VER-consolidated_fixes-1.patch ) DESC="Compressor/archiver for creating and modifying zipfiles" -- cgit v1.2.1