diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-04 20:13:26 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-04 20:13:26 +0900 |
| commit | 94173eafffbc198d7e011613af77cc75f6c6d2a5 (patch) | |
| tree | 78c0fa057f376f981f9db1bc6a54d8953d3ab43a /internal | |
| parent | e28c4aa3c035e415e6ba7b12a55b613f273a5996 (diff) | |
internal/rosa/llvm: 22.1.6 to 22.1.7
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/llvm.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index c4d84988..0e4a115c 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -190,8 +190,8 @@ ln -s \ }) const ( - version = "22.1.6" - checksum = "vwMyqgc_09d__u49IlXGlxnp8eFlvpibhYQgVxQg-sGdoZlzyapMV4uX4UAjE7rA" + version = "22.1.7" + checksum = "GFjsoTzJ72YWQuAaNmlO67IIkoZ8Z12u3n0dOEMSpltmyXUJp8e3cccWDrscXILZ" ) native.MustRegister("llvm-project", func(t Toolchain) (*Metadata, pkg.Artifact) { |
