Skip to content

Commit

Permalink
update git
Browse files Browse the repository at this point in the history
- updqate git from v2.47.0 to v2.48.1
- update git-lfs from v3.5.1 to v3.6.1
  • Loading branch information
hgy59 committed Jan 19, 2025
1 parent 5834869 commit 7ed1fa9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cross/git-lfs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = git-lfs
PKG_VERS = 3.5.1
PKG_VERS = 3.6.1
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/git-lfs/git-lfs/archive
Expand Down
6 changes: 3 additions & 3 deletions cross/git-lfs/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git-lfs-3.5.1.tar.gz SHA1 f47002b6a90b136c8d3a4d66c0da2f4042b5ae2f
git-lfs-3.5.1.tar.gz SHA256 d682a12c0bc48d08d28834dd0d575c91d53dd6c6db63c45c2db7c3dd2fb69ea4
git-lfs-3.5.1.tar.gz MD5 c1a4758e6a0166a87466f2c974207cdc
git-lfs-3.6.1.tar.gz SHA1 44abb52c8afaee7818cc37afdfbf48093cb4c552
git-lfs-3.6.1.tar.gz SHA256 062603dbef8f221d867e542314e9a6ea1970cae536b4495de2e915529b0fef8e
git-lfs-3.6.1.tar.gz MD5 cc0f6ca0842649c2ec3b27768e7677f4
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.47.0
PKG_VERS = 2.48.1
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.47.0.tar.xz SHA1 7685ddce13092a100005c91c9ddf748717bc15f1
git-2.47.0.tar.xz SHA256 1ce114da88704271b43e027c51e04d9399f8c88e9ef7542dae7aebae7d87bc4e
git-2.47.0.tar.xz MD5 93b7909a07743edccaaf2732f3e23797
git-2.48.1.tar.xz SHA1 fbd7ff0bbe609d216111713a9c307495401421f7
git-2.48.1.tar.xz SHA256 1c5d545f5dc1eb51e95d2c50d98fdf88b1a36ba1fa30e9ae5d5385c6024f82ad
git-2.48.1.tar.xz MD5 99656f1481e70701198257ada703a480
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.47.0
SPK_REV = 33
SPK_VERS = 2.48.1
SPK_REV = 34
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.47.0."
CHANGELOG = "Update git to v2.48.1 and git-lfs to v3.6.1."

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

0 comments on commit 7ed1fa9

Please sign in to comment.