Browse Source

git: Update from 2.15.0 to 2.15.1

android-5
Fredrik Fornwall 7 years ago
parent
commit
4e8cd01033
  1. 4
      packages/git/build.sh

4
packages/git/build.sh

@ -2,8 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://git-scm.com/
TERMUX_PKG_DESCRIPTION="Fast, scalable, distributed revision control system"
# less is required as a pager for git log, and the busybox less does not handle used escape sequences.
TERMUX_PKG_DEPENDS="libcurl, less, openssl"
TERMUX_PKG_VERSION=2.15.0
TERMUX_PKG_SHA256=107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a
TERMUX_PKG_VERSION=2.15.1
TERMUX_PKG_SHA256=999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c
TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz
## This requires a working $TERMUX_PREFIX/bin/sh on the host building:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

Loading…
Cancel
Save