Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update git to 2.47.0 #6268

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.46.1
PKG_VERS = 2.47.0
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://kernel.org/pub/software/scm/git
Expand Down
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.46.1.tar.xz SHA1 006148297cbde5ebfae42f4c517e950bfb347b9a
git-2.46.1.tar.xz SHA256 888cafb8bd6ab4cbbebc168040a8850eb088f81dc3ac2617195cfc0877f0f543
git-2.46.1.tar.xz MD5 bea9d35bbd0283ad6e2c549f96fda5ea
git-2.47.0.tar.xz SHA1 7685ddce13092a100005c91c9ddf748717bc15f1
git-2.47.0.tar.xz SHA256 1ce114da88704271b43e027c51e04d9399f8c88e9ef7542dae7aebae7d87bc4e
git-2.47.0.tar.xz MD5 93b7909a07743edccaaf2732f3e23797
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.46.1
SPK_REV = 32
SPK_VERS = 2.47.0
SPK_REV = 33
SPK_ICON = src/git.png

DEPENDS = cross/git
Expand All @@ -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 = "Update git to v2.46.1."
CHANGELOG = "Update git to v2.47.0."

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