From c4e1dd7909cfd850fe2bd6836bd6b284eb8a24fc Mon Sep 17 00:00:00 2001 From: Lancelot Carlson Date: Fri, 24 Jul 2015 11:24:46 -0400 Subject: [PATCH] upgrade to 60 --- bin/compile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/compile b/bin/compile index 54274f5..c70870f 100644 --- a/bin/compile +++ b/bin/compile @@ -24,13 +24,13 @@ export PATH=/sbin:/usr/sbin:$PATH:$CACHE_DIR/.tools/unzip/bin echo "-----> Fetching and installing unzip" cd $UNZIP_BUILD -curl -OL http://downloads.sourceforge.net/infozip/unzip552.tar.gz -tar zxvf unzip552.tar.gz -cd unzip-5.52 +curl -o unzip60.tar.gz -L http://sourceforge.net/projects/infozip/files/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz/download +tar zxvf unzip60.tar.gz +cd unzip60 cp unix/Makefile . make generic echo "unzip installed" | indent cd $BUILD_DIR mkdir -p $BUILD_DIR/bin -cp $UNZIP_BUILD/unzip-5.52/unzip $BUILD_DIR/bin +cp $UNZIP_BUILD/unzip60/unzip $BUILD_DIR/bin