summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/git/git.hash4
-rw-r--r--package/git/git.mk2
2 files changed, 4 insertions, 2 deletions
diff --git a/package/git/git.hash b/package/git/git.hash
index efe6225621..66bb1367d5 100644
--- a/package/git/git.hash
+++ b/package/git/git.hash
@@ -1,2 +1,4 @@
# From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
-sha256 4bbf2ab6f2341253a38f95306ec7936833eb1c42572da5c1fa61f0abb2191258 git-2.13.0.tar.xz
+sha256 91aa23be428f67eb19616f43fa0229d567e9acf4f08fba33eb0b627e4d323e62 git-2.13.3.tar.xz
+sha256 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e COPYING
+sha256 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a LGPL-2.1
diff --git a/package/git/git.mk b/package/git/git.mk
index 1d81955040..d95c2fec36 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GIT_VERSION = 2.13.0
+GIT_VERSION = 2.13.3
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