diff mbox series

package/git: bump to version 2.46.0

Message ID 20240802050830.1020682-2-bagasdotme@gmail.com
State Accepted
Headers show
Series package/git: bump to version 2.46.0 | expand

Commit Message

Bagas Sanjaya Aug. 2, 2024, 5:08 a.m. UTC
Bump the package version to 2.46.0.

Release notes:
https://lore.kernel.org/git/xmqqzfq0i0qa.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: 2652faca32bf0d1ab5af825b6c75118dbba0312f

Comments

Thomas Petazzoni Aug. 2, 2024, 6:23 a.m. UTC | #1
On Fri,  2 Aug 2024 12:08:31 +0700
Bagas Sanjaya <bagasdotme@gmail.com> wrote:

> Bump the package version to 2.46.0.
> 
> Release notes:
> https://lore.kernel.org/git/xmqqzfq0i0qa.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(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/git/git.hash b/package/git/git.hash
index f72fd60ec2..6b34d14543 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  51bfe87eb1c02fed1484051875365eeab229831d30d0cec5d89a14f9e40e9adb  git-2.45.2.tar.xz
+sha256  7f123462a28b7ca3ebe2607485f7168554c2b10dfc155c7ec46300666ac27f95  git-2.46.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 d84b2e487c..d0b27d7e5c 100644
--- a/package/git/git.mk
+++ b/package/git/git.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GIT_VERSION = 2.45.2
+GIT_VERSION = 2.46.0
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = $(BR2_KERNEL_MIRROR)/software/scm/git
 GIT_LICENSE = GPL-2.0, LGPL-2.1+