From: Vicente Olivert Riera Date: Fri, 18 Mar 2016 11:08:22 +0000 (+0000) Subject: git: bump version to 2.7.4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d73629bb2e4613abd31aa74c686b0a217aca0c6;p=buildroot.git git: bump version to 2.7.4 Signed-off-by: Vicente Olivert Riera Signed-off-by: Peter Korsgaard --- diff --git a/package/git/git.hash b/package/git/git.hash index 802855d42e..f0b9201da9 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 1c0170952163e0b240256bc47388b95c617cf8cf446c93261df83d42cf5dd466 git-2.6.4.tar.xz +sha256 dee574defbe05ec7356a0842ddbda51315926f2fa7e39c2539f2c3dcc52e457b git-2.7.4.tar.xz diff --git a/package/git/git.mk b/package/git/git.mk index 8d9d3abf22..41737de6f6 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -4,7 +4,7 @@ # ################################################################################ -GIT_VERSION = 2.6.4 +GIT_VERSION = 2.7.4 GIT_SOURCE = git-$(GIT_VERSION).tar.xz GIT_SITE = https://www.kernel.org/pub/software/scm/git GIT_LICENSE = GPLv2 LGPLv2.1+