ports/core (2.2): zip/unzip: changed mirror (again)
commit dff744ecb03255855249772176b43dac1c152909 Author: Simone Rota <sip@crux.nu> Date: Thu Dec 7 03:25:50 2006 +0100 zip/unzip: changed mirror (again) switch.ch no longer mirrors info-zip.org, which in turns is unavailable. Sourceforge has an older zip release, we set tug.org as a temporary solution. diff --git a/unzip/Pkgfile b/unzip/Pkgfile index 9398f59..73a65b3 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -5,7 +5,7 @@ name=unzip version=5.52 release=2 -source=(http://mirror.switch.ch/ftp/mirror/infozip/src/unzip552.tar.gz) +source=(http://www.tug.org/ftp/dist/unzip552.tar.gz) build() { cd $name-$version diff --git a/zip/Pkgfile b/zip/Pkgfile index 7fe0f58..caf22fe 100644 --- a/zip/Pkgfile +++ b/zip/Pkgfile @@ -5,7 +5,7 @@ name=zip version=2.32 release=1 -source=(http://mirror.switch.ch/ftp/mirror/infozip/src/${name}232.tar.gz) +source=(http://www.tug.org/ftp/dist/${name}232.tar.gz) build() { cd $name-$version
participants (1)
-
crux@crux.nu