wok diff apr/receipt @ rev 5195

slitaz-doc: fix version for 3.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 28 17:16:33 2010 +0200 (2010-03-28)
parents 0588160a6878
children aa8b383fcb2b
line diff
     1.1 --- a/apr/receipt	Wed Sep 09 21:42:10 2009 +0200
     1.2 +++ b/apr/receipt	Sun Mar 28 17:16:33 2010 +0200
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apr"
     1.7 -VERSION="1.3.2"
     1.8 +VERSION="1.3.9"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Apache Portable Runtime Library"
    1.11  MAINTAINER="lehswe@gmail.com"
    1.12  DEPENDS="util-linux-ng-uuid"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://apr.apache.org"
    1.15 -WGET_URL="http://apache.jumper.nu/apr/$TARBALL"
    1.16 +WGET_URL="http://mir2.ovh.net/ftp.apache.org/dist/$PACKAGE/$TARBALL
    1.17 + http://apache.crihan.fr/dist/$PACKAGE/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()