diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-09 17:36:23 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-09 17:36:23 +0900 |
| commit | bd88f10524e5b0280273c235a93e18629a8126ed (patch) | |
| tree | 6ffcc4e3db2e60b01876aac7df7aae3f2c2429b5 /internal | |
| parent | e34e3b917ee1c0875f800744c0848233549e6b15 (diff) | |
internal/rosa/llvm: 22.1.2 to 22.1.3
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/llvm_latest.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/llvm_latest.go b/internal/rosa/llvm_latest.go index 34f90413..29455eb6 100644 --- a/internal/rosa/llvm_latest.go +++ b/internal/rosa/llvm_latest.go @@ -5,7 +5,7 @@ package rosa // latest version of LLVM, conditional to temporarily avoid broken new releases const ( llvmVersionMajor = "22" - llvmVersion = llvmVersionMajor + ".1.2" + llvmVersion = llvmVersionMajor + ".1.3" - llvmChecksum = "FwsmurWDVyYYQlOowowFjekwIGSB5__aKTpW_VGP3eWoZGXvBny-bOn1DuQ1U5xE" + llvmChecksum = "CUwnpzua_y28HZ9oI0NmcKL2wClsSjFpgY9do5-7cCZJHI5KNF64vfwGvY0TYyR3" ) |
