From f6222a833858b8363162a645e2d53ca80edae300 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 19 Jul 2015 09:35:00 -0400 Subject: [PATCH] git: Update from 2.4.5 to 2.4.6 --- packages/git/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/git/build.sh b/packages/git/build.sh index 57f90054..77b4b2c0 100755 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -1,8 +1,7 @@ TERMUX_PKG_HOMEPAGE=http://git-scm.com/ TERMUX_PKG_DESCRIPTION="Distributed version control system designed to handle everything from small to very large projects with speed and efficiency" TERMUX_PKG_DEPENDS="openssl, libcurl" -TERMUX_PKG_VERSION=2.4.5 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=2.4.6 TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz ## This requires a /system/bin/sh on the host building: TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-tcltk --with-curl --with-shell=/system/bin/sh ac_cv_header_libintl_h=no ac_cv_fread_reads_directories=yes ac_cv_snprintf_returns_bogus=yes" -- 2.11.0