wok rev 3769

Upgrade: fastjar (0.94 to 0.97)
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jul 29 14:19:31 2009 +0000 (2009-07-29)
parents 04d5b547a88e
children fcdd092085ae
files fastjar/receipt
line diff
     1.1 --- a/fastjar/receipt	Wed Jul 29 17:26:41 2009 +0200
     1.2 +++ b/fastjar/receipt	Wed Jul 29 14:19:31 2009 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fastjar"
     1.7 -VERSION="0.94"
     1.8 +VERSION="0.97"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="A fast C implementation of the JDK jar utility."
    1.11  MAINTAINER="rcx@zoominternet.net"
    1.12  DEPENDS="glibc-base zlib"
    1.13  BUILD_DEPENDS="slitaz-toolchain zlib-dev"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 -WEB_SITE="http://sourceforge.net/projects/fastjar/"
    1.16 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.17 +WEB_SITE="http://savannah.nongnu.org/projects/fastjar/ http://sourceforge.net/projects/fastjar/"
    1.18 +WGET_URL="http://download.savannah.gnu.org/releases-noredirect/fastjar/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()