git: Update from 2.24.1 to 2.25.0
This commit is contained in:
parent
40e140e519
commit
da33bbc4d0
@ -1,9 +1,9 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://git-scm.com/
|
||||
TERMUX_PKG_DESCRIPTION="Fast, scalable, distributed revision control system"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_VERSION=2.24.1
|
||||
TERMUX_PKG_VERSION=2.25.0
|
||||
TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz
|
||||
TERMUX_PKG_SHA256=723f24dce8fdd621a308b6187553fce7d5244205c065fe0a3aebd0b7c3f88562
|
||||
TERMUX_PKG_SHA256=c060291a3ffb43d7c99f4aa5c4d37d3751cf6bca683e7344ea407ea504d9a8d0
|
||||
# less is required as a pager for git log, and the busybox less does not handle used escape sequences.
|
||||
TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib"
|
||||
|
||||
@ -11,6 +11,7 @@ TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
ac_cv_fread_reads_directories=yes
|
||||
ac_cv_header_libintl_h=no
|
||||
ac_cv_iconv_omits_bom=no
|
||||
ac_cv_snprintf_returns_bogus=no
|
||||
--with-curl
|
||||
--without-tcltk
|
||||
|
Loading…
Reference in New Issue
Block a user