diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-11-27 12:12:21 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-27 20:34:50 +0100 |
| commit | 46ede997d4d152d47cdd6f7af47bdc1cf4ed96b6 (patch) | |
| tree | 5e870486f7250228b06b7fa096a9feccbd959e01 | |
| parent | 8c65e51e303ece33442318b78a2ceee7851d5fb2 (diff) | |
| download | buildroot-46ede997d4d152d47cdd6f7af47bdc1cf4ed96b6.tar.gz buildroot-46ede997d4d152d47cdd6f7af47bdc1cf4ed96b6.zip | |
git: bump version to 2.2.0
- Bump version to 2.2.0
- Update the hash value
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/git/git.hash | 2 | ||||
| -rw-r--r-- | package/git/git.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/git/git.hash b/package/git/git.hash index 3f8db5f10b..33fed8916e 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 fe1b06aefa73e8d86cbd352523fc0950b8904ae2ec47085b22b7880f45de6f57 git-2.1.3.tar.xz +sha256 3b87774672bbf35b4d33991dc5119d4eff47c3679e27185312a2b8b36fdad314 git-2.2.0.tar.xz diff --git a/package/git/git.mk b/package/git/git.mk index f338438a38..9e931a1cdc 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -4,7 +4,7 @@ # ################################################################################ -GIT_VERSION = 2.1.3 +GIT_VERSION = 2.2.0 GIT_SOURCE = git-$(GIT_VERSION).tar.xz GIT_SITE = https://www.kernel.org/pub/software/scm/git GIT_LICENSE = GPLv2 LGPLv2.1+ |

