diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-03 10:45:07 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-03 10:45:07 +0900 |
| commit | d717c41bbe03c6ff2efa3e574e69c211b17bb4b1 (patch) | |
| tree | b96308e628e83a8f0a7f43f8dd4caeb8764b7822 | |
| parent | b896eec9b77e9c4c3ffab6c8f7dcdb17ec01aaaf (diff) | |
internal/rosa/cmake: 4.3.0 to 4.3.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -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 de672120..bc27bead 100644 --- a/internal/rosa/cmake.go +++ b/internal/rosa/cmake.go @@ -10,8 +10,8 @@ import ( func (t Toolchain) newCMake() (pkg.Artifact, string) { const ( - version = "4.3.0" - checksum = "amBtnY2eGsEdlrB-cTRuOESBTsIqtyaxWlEKNlnp2EWLwAKWINjssilo4KXE6El9" + version = "4.3.1" + checksum = "RHpzZiM1kJ5bwLjo9CpXSeHJJg3hTtV9QxBYpQoYwKFtRh5YhGWpShrqZCSOzQN6" ) return t.NewPackage("cmake", version, pkg.NewHTTPGetTar( nil, "https://github.com/Kitware/CMake/releases/download/"+ |
