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.
This commit is contained in:
Juergen Daubert 2006-12-26 20:29:05 +01:00
parent 214a87e3ef
commit 97eb3e96bf
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Description: Decompress utility for zipfiles # 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 # Maintainer: Per Lidén, core-ports at crux dot nu
name=unzip name=unzip
version=5.52 version=5.52
release=2 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() { build() {
cd $name-$version cd $name-$version

View File

@ -1,11 +1,11 @@
# Description: Compression and file packaging/archive utility # 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 # Maintainer: Per Lidén, core-ports at crux dot nu
name=zip name=zip
version=2.32 version=2.32
release=1 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() { build() {
cd $name-$version cd $name-$version