Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update git to 2.46.0
Browse files Browse the repository at this point in the history
IngmarStein committed Aug 27, 2024
1 parent 978b560 commit 83290dd
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cross/git/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = git
PKG_VERS = 2.45.0
PKG_VERS = 2.46.0
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://kernel.org/pub/software/scm/git
6 changes: 3 additions & 3 deletions cross/git/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git-2.45.0.tar.xz SHA1 e764c858b083b8a21efedc879730ae1a281ec4a4
git-2.45.0.tar.xz SHA256 0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429
git-2.45.0.tar.xz MD5 1daf15b08a3ef7bc58510ab75f5f1851
git-2.46.0.tar.xz SHA1 5e9824d623878b17b1674866d5652d13c7de5b0a
git-2.46.0.tar.xz SHA256 7f123462a28b7ca3ebe2607485f7168554c2b10dfc155c7ec46300666ac27f95
git-2.46.0.tar.xz MD5 2309cd803a02378380f24c50667d9bfb
6 changes: 3 additions & 3 deletions spk/git/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = git
SPK_VERS = 2.45.0
SPK_REV = 31
SPK_VERS = 2.46.0
SPK_REV = 32
SPK_ICON = src/git.png

DEPENDS = cross/git
@@ -11,7 +11,7 @@ DESCRIPTION = Git is a fast, scalable, distributed revision control system with
DESCRIPTION_FRE = Git est un système de gestion de révision rapide, extensible et distribué avec un ensemble de commandes inhabituellement riche qui fournit à la fois des opérations de haut niveau et un accès complet aux structures de bas niveau.
STARTABLE = no
DISPLAY_NAME = Git
CHANGELOG = "1. Update git to v2.45.0.<br/>2. Update OpenSSL to v3.1.5.<br/>3. Update git-lfs to v3.5.1."
CHANGELOG = "Update git to v2.46.0."

HOMEPAGE = https://git-scm.com
LICENSE = GPLv2

0 comments on commit 83290dd

Please sign in to comment.