From 2d06d32e9d2acec9145e6fd58c3b4caf92788bcf Mon Sep 17 00:00:00 2001 From: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com> Date: Sun, 6 Feb 2022 19:10:26 +0800 Subject: [PATCH] git:Updated to 2.35.1 (#8902) Signed-off-by: NoNameMan1231 <87801676+NoNameMan1231@users.noreply.github.com> Co-authored-by: YAKSH BARIYA --- packages/git/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/git/build.sh b/packages/git/build.sh index 8faaa47a0..eb95a1772 100644 --- a/packages/git/build.sh +++ b/packages/git/build.sh @@ -2,9 +2,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_MAINTAINER="@termux" -TERMUX_PKG_VERSION=2.35.0 -TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=47e677b475226857ceece569fb6ded8b85838ede97ae1e01bd365ac32a468fc8 +TERMUX_PKG_VERSION=2.35.1 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz +TERMUX_PKG_SHA256=d768528e6443f65a203036266f1ca50f9d127ba89751e32ead37117ed9191080 TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib" ## This requires a working $TERMUX_PREFIX/bin/sh on the host building: