diff options
| author | Emmett1 <me@emmett1.my> | 2026-04-26 13:47:58 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-04-26 13:47:58 +0000 |
| commit | fc7c91050a8b66a24980d0bcfef4526ffaa4f08f (patch) | |
| tree | 1ebbc550fc3e9d78690c39c842b5ae2388acf122 /repos/core/git | |
| parent | 077a8750966c8d101e9d14abe74f49cd4e2a0b34 (diff) | |
| download | alicelinux-fc7c91050a8b66a24980d0bcfef4526ffaa4f08f.tar.gz alicelinux-fc7c91050a8b66a24980d0bcfef4526ffaa4f08f.zip | |
git: updated to 2.54.0
Diffstat (limited to 'repos/core/git')
| -rw-r--r-- | repos/core/git/.checksum | 2 | ||||
| -rw-r--r-- | repos/core/git/.files | 1 | ||||
| -rw-r--r-- | repos/core/git/abuild | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/repos/core/git/.checksum b/repos/core/git/.checksum index 8ab836f1..61638143 100644 --- a/repos/core/git/.checksum +++ b/repos/core/git/.checksum @@ -1,3 +1,3 @@ 268d319adb78f49db8399e6b2eac2103cdf471b16a14097590d33cb9c5deab0e conf -1dc4d1b87ede4887fad78b6e6fc9f49656a5e487d64541a163d7565c41d647d9 git-2.53.0.tar.xz +7c4e27d4387813339904761787e798085686075fbf04e2149a6111ff137e1f3e git-2.54.0.tar.xz 88aa657be27ad6f12f32d271c26388363aceb60c8fb4d1dbaa812f71ad81408c run diff --git a/repos/core/git/.files b/repos/core/git/.files index 7ee886df..32d897d4 100644 --- a/repos/core/git/.files +++ b/repos/core/git/.files @@ -80,6 +80,7 @@ lrwxrwxrwx root/root usr/libexec/git-core/git-get-tar-commit-id -> git lrwxrwxrwx root/root usr/libexec/git-core/git-grep -> git lrwxrwxrwx root/root usr/libexec/git-core/git-hash-object -> git lrwxrwxrwx root/root usr/libexec/git-core/git-help -> git +lrwxrwxrwx root/root usr/libexec/git-core/git-history -> git lrwxrwxrwx root/root usr/libexec/git-core/git-hook -> git -rwxr-xr-x root/root usr/libexec/git-core/git-http-backend -rwxr-xr-x root/root usr/libexec/git-core/git-http-fetch diff --git a/repos/core/git/abuild b/repos/core/git/abuild index f1c29996..33163907 100644 --- a/repos/core/git/abuild +++ b/repos/core/git/abuild @@ -1,6 +1,6 @@ name=git -version=2.53.0 -release=2 +version=2.54.0 +release=1 source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz run conf" sv="run conf" |