git: Update to 2.31.0

Signed-off-by: Saurabh Charde <saurabhchardereal@gmail.com>
This commit is contained in:
Saurabh Charde 2021-03-22 20:40:17 +05:30 committed by Henrik Grimler
parent ebf4e36990
commit 8f96e194bf
1 changed files with 2 additions and 2 deletions

View File

@ -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.2
TERMUX_PKG_VERSION=2.31.0
TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=41f7d90c71f9476cd387673fcb10ce09ccbed67332436a4cc58d7af32c355faa
TERMUX_PKG_SHA256=e8f162cbdb3283e13cd7388d864ed23485f1b046a19e969f12ed2685fb789a40
TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib"
## This requires a working $TERMUX_PREFIX/bin/sh on the host building: