From: Vicente Olivert Riera Date: Tue, 11 Oct 2016 11:20:16 +0000 (+0100) Subject: git: bump version to 2.10.1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=917bf769db061995667abfc7a4ae36e79cc2a546;p=buildroot.git git: bump version to 2.10.1 Signed-off-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- diff --git a/package/git/git.hash b/package/git/git.hash index e2cf300a66..73bb9cb7df 100644 --- a/package/git/git.hash +++ b/package/git/git.hash @@ -1,2 +1,2 @@ # From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc -sha256 c73364ac00ae85ffc6cfb12ca2700bb0edf30f63262be97be4039be594ff29e7 git-2.10.0.tar.xz +sha256 a9c32df9061cfc2c194ecaa0357ba273c1f24a0dbf0d856b03dcedafcd0a4dc6 git-2.10.1.tar.xz diff --git a/package/git/git.mk b/package/git/git.mk index 3730b77ad9..8bc2907561 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -4,7 +4,7 @@ # ################################################################################ -GIT_VERSION = 2.10.0 +GIT_VERSION = 2.10.1 GIT_SOURCE = git-$(GIT_VERSION).tar.xz GIT_SITE = https://www.kernel.org/pub/software/scm/git GIT_LICENSE = GPLv2 LGPLv2.1+