aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-04-11 10:53:29 +0900
committerOphestra <cat@gensokyo.uk>2026-04-11 10:53:29 +0900
commit41aeb404ec303ab7462ab4cf88511ff724b4cf9a (patch)
tree4bdba0a1bf52b1fe83e69ca00cbca37d042d0e1b
parent0b1009786fd7891caf0567bbddd9e0c846b45777 (diff)
internal/rosa/hakurei: 0.3.7 to 0.4.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--internal/rosa/hakurei.go2
-rw-r--r--internal/rosa/hakurei_release.go4
2 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go
index 2d09856a..eb28fee7 100644
--- a/internal/rosa/hakurei.go
+++ b/internal/rosa/hakurei.go
@@ -99,7 +99,7 @@ mkdir -p /work/system/bin/
f: func(t Toolchain) (pkg.Artifact, string) {
return t.newHakurei("-dist", `
export HAKUREI_VERSION
-DESTDIR=/work /usr/src/hakurei/dist/release.sh
+DESTDIR=/work /usr/src/hakurei/all.sh
`, true), hakureiVersion
},
diff --git a/internal/rosa/hakurei_release.go b/internal/rosa/hakurei_release.go
index 83d8cf94..684ee436 100644
--- a/internal/rosa/hakurei_release.go
+++ b/internal/rosa/hakurei_release.go
@@ -4,13 +4,13 @@ package rosa
import "hakurei.app/internal/pkg"
-const hakureiVersion = "0.3.7"
+const hakureiVersion = "0.4.0"
// hakureiSource is the source code of a hakurei release.
var hakureiSource = pkg.NewHTTPGetTar(
nil, "https://git.gensokyo.uk/rosa/hakurei/archive/"+
"v"+hakureiVersion+".tar.gz",
- mustDecode("Xh_sdITOATEAQN5_UuaOyrWsgboxorqRO9bml3dGm8GAxF8NFpB7MqhSZgjJxAl2"),
+ mustDecode("wfQ9DqCW0Fw9o91wj-I55waoqzB-UqzzuC0_2h-P-1M78SgZ1WHSPCDJMth6EyC2"),
pkg.TarGzip,
)