From 9c560b455a6995793284d192bf3ea6bdd5ad25d5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 5 May 2026 04:39:53 +0900 Subject: [PATCH] internal/rosa/stage0: replace amd64 tarball This toolchain is built with the new patchset. Signed-off-by: Ophestra --- internal/rosa/stage0.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go index b4853faa..140d56cd 100644 --- a/internal/rosa/stage0.go +++ b/internal/rosa/stage0.go @@ -43,11 +43,10 @@ var ( func NewStage0() pkg.Artifact { stage0Once.Do(func() { stage0 = newTar( - "https://hakurei.app/seed/20260429/"+ + "https://hakurei.app/seed/20260504/"+ "stage0-"+triplet()+".tar.bz2", perArch[string]{ - "amd64": "ldz-WkSx2wxUK4ndi-tlaaU8ykOowbpGRcBsciAcIDdnX6-QfzQg_se3lsZYuzuK", - "arm64": "_mo39S_sgzPYaIQ_Wi13O46KPQuWqCCiZdildpz6a8MTh2khIt68tNIulyUGBV2z", + "amd64": "IQjFDkiAVLo1XzflgMMiLP3gnVY2hhDMTzl-QqJDCQhcLQ3lLtRzjI5WCxGyW_lk", }.unwrap(), pkg.TarBzip2, )