diff options
author | Juergen Daubert <jue@jue.li> | 2006-12-26 20:29:05 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2006-12-26 20:29:05 +0100 |
commit | 97eb3e96bfba6a1b54bbd39aab28f339c40564b4 (patch) | |
tree | 406d476126d355a1ece43bbe61fea05b99ad6049 | |
parent | 214a87e3ef1c6b3fcb8ce3f84b6cc7291e86ab8f (diff) | |
download | pkgutils-97eb3e96bfba6a1b54bbd39aab28f339c40564b4.tar.gz pkgutils-97eb3e96bfba6a1b54bbd39aab28f339c40564b4.tar.xz |
zip/unzip: changed source url (finally)
the sources are no longer available from tug.org. We are using
the reliable and fast software-archive server from t-systems.
-rw-r--r-- | unzip/Pkgfile | 4 | ||||
-rw-r--r-- | zip/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/unzip/Pkgfile b/unzip/Pkgfile index 73a65b30..ba13e957 100644 --- a/unzip/Pkgfile +++ b/unzip/Pkgfile @@ -1,11 +1,11 @@ # Description: Decompress utility for zipfiles -# URL: http://www.info-zip.org/ +# URL: http://infozip.sourceforge.net/UnZip.html # Maintainer: Per Lidén, core-ports at crux dot nu name=unzip version=5.52 release=2 -source=(http://www.tug.org/ftp/dist/unzip552.tar.gz) +source=(http://fresh.t-systems-sfr.com/unix/src/misc/unzip552.tar.gz) build() { cd $name-$version diff --git a/zip/Pkgfile b/zip/Pkgfile index caf22fe1..08dab0eb 100644 --- a/zip/Pkgfile +++ b/zip/Pkgfile @@ -1,11 +1,11 @@ # Description: Compression and file packaging/archive utility -# URL: http://www.info-zip.org/Zip.html +# URL: http://infozip.sourceforge.net/Zip.html # Maintainer: Per Lidén, core-ports at crux dot nu name=zip version=2.32 release=1 -source=(http://www.tug.org/ftp/dist/${name}232.tar.gz) +source=(http://fresh.t-systems-sfr.com/unix/src/misc/zip232.tar.gz) build() { cd $name-$version |