aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-07 13:38:54 +0900
committerOphestra <cat@gensokyo.uk>2026-03-07 13:38:54 +0900
commitf7a27440256fe481d9ef1f5de7e43f839cee8ff0 (patch)
tree6504592b3d06c0c4d23ee0eca68d7916294f9924 /internal
parentf16b7bfaf056d76693505b71da605ca1d8f72f82 (diff)
internal/rosa/x: util-macros 1.17 to 1.20.2
This also switches to individual releases. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/x.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/rosa/x.go b/internal/rosa/x.go
index feefa18f..a58f3b02 100644
--- a/internal/rosa/x.go
+++ b/internal/rosa/x.go
@@ -4,14 +4,14 @@ import "hakurei.app/internal/pkg"
func (t Toolchain) newUtilMacros() (pkg.Artifact, string) {
const (
- version = "1.17"
- checksum = "vYPO4Qq3B_WGcsBjG0-lfwZ6DZ7ayyrOLqfDrVOgTDcyLChuMGOAAVAa_UXLu5tD"
+ version = "1.20.2"
+ checksum = "Ze8QH3Z3emC0pWFP-0nUYeMy7aBW3L_dxBBmVgcumIHNzEKc1iGTR-yUFR3JcM1G"
)
return t.NewPackage("util-macros", version, pkg.NewHTTPGetTar(
- nil, "https://www.x.org/releases/X11R7.7/src/util/"+
- "util-macros-"+version+".tar.bz2",
+ nil, "https://www.x.org/releases/individual/util/"+
+ "util-macros-"+version+".tar.gz",
mustDecode(checksum),
- pkg.TarBzip2,
+ pkg.TarGzip,
), nil, (*MakeHelper)(nil)), version
}
func init() {