wok rev 5350
Up: zlib (1.2.5) - Fixed WGET_URL
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 28 11:49:21 2010 +0000 (2010-04-28) |
parents | f2934111958a |
children | 5144a898a64e |
files | zlib/receipt |
line diff
1.1 --- a/zlib/receipt Wed Apr 28 11:23:25 2010 +0000 1.2 +++ b/zlib/receipt Wed Apr 28 11:49:21 2010 +0000 1.3 @@ -1,13 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="zlib" 1.7 -VERSION="1.2.3" 1.8 +VERSION="1.2.5" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Compression library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://www.zlib.net/" 1.14 -WGET_URL="http://www.gzip.org/zlib/$TARBALL" 1.15 +WGET_URL="$WEB_SITE/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()