aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-05 04:39:53 +0900
committerOphestra <cat@gensokyo.uk>2026-05-05 04:39:53 +0900
commit9c560b455a6995793284d192bf3ea6bdd5ad25d5 (patch)
tree511932fa1e9b6b6d384334ef24d4f59b5f6909fb /internal
parent4c7c0fbfc6a6cf1916d7cd3ddc25454edd975c76 (diff)
internal/rosa/stage0: replace amd64 tarball
This toolchain is built with the new patchset. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/stage0.go5
1 files 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,
)