wok-next rev 8862

Fix cherokee WGET_URL
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 02:55:09 2011 +0100 (2011-02-26)
parents 7d57b581397d
children e12edf09e821
files cherokee/receipt
line diff
     1.1 --- a/cherokee/receipt	Fri Feb 25 23:24:27 2011 +0100
     1.2 +++ b/cherokee/receipt	Sat Feb 26 02:55:09 2011 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  BUILD_DEPENDS="pcre-dev cyrus-sasl-dev openssl-dev openldap-dev python-dev pam-dev libmysqlclient ffmpeg-dev gettext autoconf automake"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.cherokee-project.com/"
     1.7 -WGET_URL="http://www.cherokee-project.com/download/1.0/$VERSION/$TARBALL"
     1.8 +WGET_URL="http://www.cherokee-project.com/download/1.2/$VERSION/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()