summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-01-28 09:40:49 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-01-28 11:54:20 +0100
commit5e7e27a3a78af462398e3f9ca9218f3ea30e5eb0 (patch)
tree2e2f9f455c72a918cbd4b60ddbc4adb0eedee72f /package
parent7be86525de04999ad35d1f4bf23dd23f0b4351ce (diff)
downloadbuildroot-5e7e27a3a78af462398e3f9ca9218f3ea30e5eb0.tar.gz
buildroot-5e7e27a3a78af462398e3f9ca9218f3ea30e5eb0.zip
package/git: bump version to 2.16.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r--package/git/git.hash2
-rw-r--r--package/git/git.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/git/git.hash b/package/git/git.hash
index 79a386eb72..504f7d993a 100644
--- a/package/git/git.hash
+++ b/package/git/git.hash
@@ -1,4 +1,4 @@
# From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
-sha256 107116489f10b758b51af1c5dbdb9a274917b0fb67dc8eaefcdabc7bc3eb3e6a git-2.15.0.tar.xz
+sha256 cfad4337f2fdbfc1e2c8abce5e17e1dd4e1718a34ac2cbe3238fbe2426f2ea19 git-2.16.1.tar.xz
sha256 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e COPYING
sha256 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a LGPL-2.1
diff --git a/package/git/git.mk b/package/git/git.mk
index 6269dc570e..1109f7a8a2 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GIT_VERSION = 2.15.0
+GIT_VERSION = 2.16.1
GIT_SOURCE = git-$(GIT_VERSION).tar.xz
GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
GIT_LICENSE = GPL-2.0, LGPL-2.1+
OpenPOWER on IntegriCloud