diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 18:32:41 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 18:32:41 +0900 |
| commit | 179cf07e485f98ed72542fa2d010cee51f7bdf12 (patch) | |
| tree | 40e49999f17c1de2593fd8a516e8b82090538b84 /internal | |
| parent | c2d2795e2ba306e26e27235eb541696f555b0a7e (diff) | |
internal/rosa/git: 2.52.0 to 2.53.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/git.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/git.go b/internal/rosa/git.go index b1ca1e14..94271692 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newGit() (pkg.Artifact, string) { const ( - version = "2.52.0" - checksum = "uH3J1HAN_c6PfGNJd2OBwW4zo36n71wmkdvityYnrh8Ak0D1IifiAvEWz9Vi9DmS" + version = "2.53.0" + checksum = "rlqSTeNgSeVKJA7nvzGqddFH8q3eFEPB4qRZft-4zth8wTHnbTbm7J90kp_obHGm" ) return t.NewPackage("git", version, pkg.NewHTTPGetTar( nil, "https://www.kernel.org/pub/software/scm/git/"+ |
