diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-05-03 14:08:39 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-05-04 22:45:26 +0200 |
commit | f3698c600c43e0c2b9a5b210aa9a88946d35d6dc (patch) | |
tree | 4da78420adc8108b5a9bcf85ad8f0b1ea202a21d | |
parent | 2de25704771bfe34fb87a01dad3987c5c93404eb (diff) | |
download | buildroot-f3698c600c43e0c2b9a5b210aa9a88946d35d6dc.tar.gz buildroot-f3698c600c43e0c2b9a5b210aa9a88946d35d6dc.zip |
git: bump version to 2.8.2
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.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 923f05dddd..dabe964849 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 e6626b43ba4bc63ad4918df4c275f50bd7f8af2ab54bde60496ad75e91e927fc git-2.8.1.tar.xz +sha256 ec0283d78a0f1c8408c5fd43610697b953fbaafe4077bb1e41446a9ee3a2f83d git-2.8.2.tar.xz diff --git a/package/git/git.mk b/package/git/git.mk index 517f9dbe03..db260360c2 100644 --- a/package/git/git.mk +++ b/package/git/git.mk @@ -4,7 +4,7 @@ # ################################################################################ -GIT_VERSION = 2.8.1 +GIT_VERSION = 2.8.2 GIT_SOURCE = git-$(GIT_VERSION).tar.xz GIT_SITE = https://www.kernel.org/pub/software/scm/git GIT_LICENSE = GPLv2 LGPLv2.1+ |