diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-23 12:28:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-23 12:28:34 +0900 |
| commit | 6ffaac96e3fb4f1bb45c59003c0467c9531fda5e (patch) | |
| tree | 37e207add4df62f97663a03fe13ac16e92ee5d29 | |
| parent | 13c7713d0c8a3118ca94f4dd3f74d22f03a82cc6 (diff) | |
internal/rosa/cmake: 4.3.1 to 4.3.2
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 52948669..1226f5ae 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.1" - checksum = "RHpzZiM1kJ5bwLjo9CpXSeHJJg3hTtV9QxBYpQoYwKFtRh5YhGWpShrqZCSOzQN6" + version = "4.3.2" + checksum = "6QylwRVKletndTSkZTV2YBRwgd_9rUVgav_QW23HpjUgV21AVYZOUOal8tdBDmO7" ) return t.NewPackage("cmake", version, newFromGitHubRelease( "Kitware/CMake", |
