From ef62f8121932381635a1addada1f073e09ec2bbc Mon Sep 17 00:00:00 2001 From: Bagas Sanjaya Date: Thu, 28 Aug 2025 16:22:56 +0700 Subject: [PATCH] package/git: bump to version 2.51.0 Bump the package version to v2.51.0. Release notes: https://lore.kernel.org/git/xmqqikikk1hr.fsf@gitster.g/ Signed-off-by: Bagas Sanjaya Signed-off-by: Peter Korsgaard --- package/git/git.hash | 2 +- 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 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+