From 0af27d781404c5320fcad97f43925835351b89c9 Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Thu, 11 Mar 2021 00:47:45 +0800 Subject: [PATCH] git: update to 2.30.2 (#6502) --- packages/git/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/git/build.sh b/packages/git/build.sh index 9b2cac4a3..cd0418a85 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.30.1 +TERMUX_PKG_VERSION=2.30.2 TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz -TERMUX_PKG_SHA256=f988a8a095089978dab2932af4edb22b4d7d67d67b81aaa1986fa29ef45d9467 +TERMUX_PKG_SHA256=41f7d90c71f9476cd387673fcb10ce09ccbed67332436a4cc58d7af32c355faa TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib" ## This requires a working $TERMUX_PREFIX/bin/sh on the host building: