diff options
author | Simone Rota <sip@crux.nu> | 2006-12-07 03:25:50 +0100 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-12-07 03:25:50 +0100 |
commit | dff744ecb03255855249772176b43dac1c152909 (patch) | |
tree | 652895a8f8341b5061e265ec80b3c43279109712 | |
parent | e147b051589c1d9572453f3e333ca8cc5132c697 (diff) | |
download | pkgutils-dff744ecb03255855249772176b43dac1c152909.tar.gz pkgutils-dff744ecb03255855249772176b43dac1c152909.tar.xz |
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.
-rw-r--r-- | unzip/Pkgfile | 2 | ||||
-rw-r--r-- | zip/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unzip/Pkgfile b/unzip/Pkgfile index 9398f594..73a65b30 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 7fe0f581..caf22fe1 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 |