diff options
Diffstat (limited to 'repos')
| -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" |