diff mbox series

package/git: bump to version 2.51.0

Message ID 20250828092254.316696-3-bagasdotme@gmail.com
State Accepted
Headers show
Series package/git: bump to version 2.51.0 | expand

Commit Message

Bagas Sanjaya Aug. 28, 2025, 9:22 a.m. UTC
Bump the package version to v2.51.0.

Release notes:
https://lore.kernel.org/git/xmqqikikk1hr.fsf@gitster.g/

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 package/git/git.hash | 2 +-
 package/git/git.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: 56d9d5e8f0872737fd79abf6a60e66920bb7861c

Comments

Peter Korsgaard Aug. 29, 2025, 8:25 a.m. UTC | #1
>>>>> "Bagas" == Bagas Sanjaya <bagasdotme@gmail.com> writes:

 > Bump the package version to v2.51.0.
 > Release notes:
 > https://lore.kernel.org/git/xmqqikikk1hr.fsf@gitster.g/

 > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Committed to next, thanks.
diff mbox series

Patch

diff --git a/package/git/git.hash b/package/git/git.hash
index bbd2b4c754..19b212cd0d 100644
--- a/package/git/git.hash
+++ b/package/git/git.hash
@@ -1,5 +1,5 @@ 
 # From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
-sha256  7e3e6c36decbd8f1eedd14d42db6674be03671c2204864befa2a41756c5c8fc4  git-2.50.1.tar.xz
+sha256  60a7c2251cc2e588d5cd87bae567260617c6de0c22dca9cdbfc4c7d2b8990b62  git-2.51.0.tar.xz
 # Locally calculated
 sha256  5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e  COPYING
 sha256  1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a  LGPL-2.1
diff --git a/package/git/git.mk b/package/git/git.mk
index 8cbd2787b2..a01e7c9d53 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GIT_VERSION = 2.50.1
+GIT_VERSION = 2.51.0
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+