[Lunar-commits] <moonbase> gzip: KEEP the source as tar.gz NOT tar.xz This is really stupid to require the xz module to be able to unpack the GZIP source code. Everyone has gzip on their box from the Lunar ISO. Do NOT change this module over to tar.xz. This means you!
Terry Chan
tchan at lunar-linux.org
Sun Oct 11 19:39:54 CEST 2009
commit 7ca5e78a4e8347e4b6b995b76a63966e22c53d94
Author: Terry Chan <tchan at lunar-linux.org>
Date: Sun Oct 11 12:39:54 2009 -0500
gzip: KEEP the source as tar.gz NOT tar.xz
This is really stupid to require the xz module to be able to unpack the GZIP
source code. Everyone has gzip on their box from the Lunar ISO. Do NOT change
this module over to tar.xz. This means you!
---
archive/gzip/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/archive/gzip/DETAILS b/archive/gzip/DETAILS
index 676f3e2..bb14491 100644
--- a/archive/gzip/DETAILS
+++ b/archive/gzip/DETAILS
@@ -1,12 +1,12 @@
MODULE=gzip
VERSION=1.3.13
- SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
SOURCE_URL[1]=http://www.funet.fi/pub/gnu/alpha/gnu/$MODULE/
- SOURCE_VFY=sha1:4085728fe589cd97944fd60b0255626386a7efb3
+ SOURCE_VFY=sha1:7b8cc01af1ba90cb4b5854b6c0510999823174cf
WEB_SITE=http://www.gzip.org
ENTERED=20010922
- UPDATED=20091007
+ UPDATED=20091011
SHORT="Compression utility designed to replace compress"
cat << EOF
gzip - Compresses and decompresses files
More information about the Lunar-commits
mailing list