git: Bump to 2.39.0

This commit is contained in:
Tee KOBAYASHI 2022-12-13 12:58:06 +09:00 committed by xtkoba
parent 6aaf7d6ca2
commit 6ca9a5da09
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.38.2
TERMUX_PKG_VERSION=2.39.0
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=115a1f8245cc67d4b1ac867047878b3130aa03d6acf22380b029239ed7170664
TERMUX_PKG_SHA256=ba199b13fb5a99ca3dec917b0bd736bc0eb5a9df87737d435eddfdf10d69265b
TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib"
## This requires a working $TERMUX_PREFIX/bin/sh on the host building: