From 90331b64917146e778d14552729f69ad76514893 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Mar 2014 18:30:33 +0100 Subject: [PATCH] git: update to 1.9.1. --- srcpkgs/git/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 7a7ac5b52e6..5f140b57f6e 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,6 +1,6 @@ # Template build file for "git". pkgname=git -version=1.9.0 +version=1.9.1 revision=1 build_style=gnu-configure configure_args="--with-curl --with-expat --without-tcltk @@ -14,8 +14,9 @@ short_desc="GIT Tree History Storage Tool" maintainer="Juan RP " homepage="http://git-scm.com/" license="GPL-2" -distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz" -checksum=de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882 +distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" +checksum=f962fbce8c049f94ece1d1845cba1528c13ff82de7cc8d23cddb3d0c93c3a77b + post_build() { make ${makejobs} -C Documentation man }