diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-12 17:52:31 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-12 17:52:31 +0900 |
| commit | 6ae5efec56c987c23950bc761c3a81de0eebe58d (patch) | |
| tree | 04fcb62a051fd91bc4afb9f3a492fb41b7896df6 /internal | |
| parent | 14f4c59c8cff225938026b69b19df87d759e2853 (diff) | |
internal/rosa/gnu: gcc 15.2.0 to 16.1.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/gnu.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index f52df524..526bcb4a 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -1142,8 +1142,8 @@ func init() { func (t Toolchain) newGCC() (pkg.Artifact, string) { const ( - version = "15.2.0" - checksum = "TXJ5WrbXlGLzy1swghQTr4qxgDCyIZFgJry51XEPTBZ8QYbVmFeB4lZbSMtPJ-a1" + version = "16.1.0" + checksum = "4ASoWbxaA2FW7PAB0zzHDPC5XnNhyaAyjtDPpGzceSLeYnEIXsNYZR3PA_Zu5P0K" ) var configureExtra []KV |
