wok rev 16274

Up: git (1.9.1)
author Alexander Medvedev <devl547@gmail.com>
date Sat Apr 05 21:34:07 2014 +0000 (2014-04-05)
parents a3cf28d410dc
children c0003b8e85c9
files git/receipt
line diff
     1.1 --- a/git/receipt	Sat Apr 05 21:16:05 2014 +0000
     1.2 +++ b/git/receipt	Sat Apr 05 21:34:07 2014 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="git"
     1.7 -VERSION="1.8.5.3"
     1.8 +VERSION="1.9.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Fast version control system"
    1.11  MAINTAINER="b1+slitaz@nagel.org"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://git-scm.com/"
    1.15 -WGET_URL="http://git-core.googlecode.com/files/$TARBALL"
    1.16 +WGET_URL="ftp://ftp.kernel.org/pub/software/scm/git/$TARBALL"
    1.17  CROSS="bug: can't run test and make package."
    1.18  
    1.19  DEPENDS="zlib openssl curl expat"