diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:09:21 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-02 13:09:21 +0900 |
| commit | b7cc14f296e2564bd10a7539e18333db7989a2b1 (patch) | |
| tree | a2f8e186ab6f93a80904f3c5a3df4fccc230e96d /internal/rosa/cmake.go | |
| parent | 57e1e5141db87070e009aa56690d226d466ba69b (diff) | |
internal/rosa/cmake: 4.2.1 to 4.2.3
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/cmake.go')
| -rw-r--r-- | internal/rosa/cmake.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/cmake.go b/internal/rosa/cmake.go index 281a8991..22b00add 100644 --- a/internal/rosa/cmake.go +++ b/internal/rosa/cmake.go @@ -10,8 +10,8 @@ import ( func (t Toolchain) newCMake() pkg.Artifact { const ( - version = "4.2.1" - checksum = "Y3OdbMsob6Xk2y1DCME6z4Fryb5_TkFD7knRT8dTNIRtSqbiCJyyDN9AxggN_I75" + version = "4.2.3" + checksum = "Y4uYGnLrDQX78UdzH7fMzfok46Nt_1taDIHSmqgboU1yFi6f0iAXBDegMCu4eS-J" ) return t.NewPackage("cmake", version, pkg.NewHTTPGetTar( nil, "https://github.com/Kitware/CMake/releases/download/"+ |
