From: Fredrik Fornwall Date: Tue, 5 Jan 2016 12:43:11 +0000 (-0500) Subject: git: Update from 2.6.4 to 2.7.0 X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/c21955b6465cea979afd94a93ec0819e30846260 git: Update from 2.6.4 to 2.7.0 --- diff --git a/packages/git/build.sh b/packages/git/build.sh index 14feb685..3bbc291b 100755 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_DESCRIPTION="Distributed version control system designed to handle ev # and the busybox less does not handle used # escape sequences: TERMUX_PKG_DEPENDS="openssl, libcurl, less" -TERMUX_PKG_VERSION=2.6.4 +TERMUX_PKG_VERSION=2.7.0 TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz ## This requires a working $TERMUX_PREFIX/bin/sh on the host building: TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-tcltk --with-curl --with-shell=$TERMUX_PREFIX/bin/sh ac_cv_header_libintl_h=no ac_cv_fread_reads_directories=yes ac_cv_snprintf_returns_bogus=yes"