diff mbox series

package/git: bump to version 2.49.0

Message ID 20250325113813.307451-2-bagasdotme@gmail.com
State Accepted
Delegated to: Julien Olivain
Headers show
Series package/git: bump to version 2.49.0 | expand

Commit Message

Bagas Sanjaya March 25, 2025, 11:38 a.m. UTC
Bump the package version to v2.49.0.

Release notes:
https://lore.kernel.org/git/xmqqfrjfilc8.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: b4d259727e16a4a3352a20c085f787c783c9f53c

Comments

Julien Olivain March 25, 2025, 6:51 p.m. UTC | #1
On 25/03/2025 12:38, Bagas Sanjaya wrote:
> Bump the package version to v2.49.0.
> 
> Release notes:
> https://lore.kernel.org/git/xmqqfrjfilc8.fsf@gitster.g/
> 
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Applied to master, thanks.
diff mbox series

Patch

diff --git a/package/git/git.hash b/package/git/git.hash
index 7608cbe176..6235a8aa0a 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  1c5d545f5dc1eb51e95d2c50d98fdf88b1a36ba1fa30e9ae5d5385c6024f82ad  git-2.48.1.tar.xz
+sha256  618190cf590b7e9f6c11f91f23b1d267cd98c3ab33b850416d8758f8b5a85628  git-2.49.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 de3103f4ff..68a0fff65f 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GIT_VERSION = 2.48.1
+GIT_VERSION = 2.49.0
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+