diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-15 21:43:55 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-15 21:43:55 +0900 |
| commit | 3966bc51529e5e24b883e155d808e698840f28b6 (patch) | |
| tree | bdda768a1fad4c4e7c2a4d19e960d21751c0d95a /internal/rosa | |
| parent | b208af8b85c613e8fc7b3015c805ead616a10115 (diff) | |
internal/rosa/hakurei: 0.3.6 to 0.3.7
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/hakurei_release.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/hakurei_release.go b/internal/rosa/hakurei_release.go index 812a3793..8142e3bb 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.6" +const hakureiVersion = "0.3.7" // hakureiSource is the source code of a hakurei release. var hakureiSource = pkg.NewHTTPGetTar( - nil, "https://git.gensokyo.uk/security/hakurei/archive/"+ + nil, "https://git.gensokyo.uk/rosa/hakurei/archive/"+ "v"+hakureiVersion+".tar.gz", - mustDecode("Yul9J2yV0x453lQP9KUnG_wEJo_DbKMNM7xHJGt4rITCSeX9VRK2J4kzAxcv_0-b"), + mustDecode("Xh_sdITOATEAQN5_UuaOyrWsgboxorqRO9bml3dGm8GAxF8NFpB7MqhSZgjJxAl2"), pkg.TarGzip, ) |
