aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-06 17:47:23 +0900
committerOphestra <cat@gensokyo.uk>2026-03-06 17:47:23 +0900
commit2c1d7edd7a7994837fcc0598adba07f4f8fcfdbd (patch)
tree2f38fa913d18b5701936d746b0bbabf92e05ef04
parent1ee8d09223bda68c033371abaa948daa08737299 (diff)
internal/rosa/squashfs: 4.7.4 to 4.7.5
Signed-off-by: Ophestra <cat@gensokyo.uk>
-rw-r--r--internal/rosa/squashfs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/squashfs.go b/internal/rosa/squashfs.go
index 555549d6..26a959c2 100644
--- a/internal/rosa/squashfs.go
+++ b/internal/rosa/squashfs.go
@@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg"
func (t Toolchain) newSquashfsTools() (pkg.Artifact, string) {
const (
- version = "4.7.4"
- checksum = "pG0E_wkRJFS6bvPYF-hTKZT-cWnvo5BbIzCDZrJZVQDgJOx2Vc3ZfNSEV7Di7cSW"
+ version = "4.7.5"
+ checksum = "rF52wLQP-jeAmcD-48wqJcck8ZWRFwkax3T-7snaRf5EBnCQQh0YypMY9lwcivLz"
)
return t.NewPackage("squashfs-tools", version, pkg.NewHTTPGetTar(
nil, "https://github.com/plougher/squashfs-tools/releases/"+