diff mbox

git: bump verstion to 2.3.0

Message ID 1423326434-39794-1-git-send-email-Vincent.Riera@imgtec.com
State Accepted
Commit 58c1d5baed0c5a3d8ac215bd1b05d69b3f7c319d
Headers show

Commit Message

Vicente Olivert Riera Feb. 7, 2015, 4:27 p.m. UTC
- Bump version to 2.3.0
- Update the hash file

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/git/git.hash |    2 +-
 package/git/git.mk   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Feb. 7, 2015, 4:41 p.m. UTC | #1
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > - Bump version to 2.3.0
 > - Update the hash file

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/git/git.hash b/package/git/git.hash
index 757546d..ba3a3ea 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  09422dc9a0bdddf6bdd5b8634c71e1ed3125256c47424e6a2687701e764ef450  git-2.2.1.tar.xz
+sha256  94b23a14d66df536cfe7de37551f55acf908f8bddf30a0f5325a255bb57b0aca  git-2.3.0.tar.xz
diff --git a/package/git/git.mk b/package/git/git.mk
index face062..b5244ac 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GIT_VERSION = 2.2.1
+GIT_VERSION = 2.3.0
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = https://www.kernel.org/pub/software/scm/git
 GIT_LICENSE = GPLv2 LGPLv2.1+