aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-07 13:39:48 +0900
committerOphestra <cat@gensokyo.uk>2026-03-07 13:39:48 +0900
commit30bb52e380d2ffb02053a9238e863228332a88ca (patch)
treedb6939a3a58b57687d25414319d32cd06c6d2656
parent66197ebdb2774f287cd5b97a59a15850bc0653ba (diff)
internal/rosa/x: libXau 1.0.7 to 1.0.12
This also switches to individual releases. Signed-off-by: Ophestra <cat@gensokyo.uk>
-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 e252270d..8d9a7c6a 100644
--- a/internal/rosa/x.go
+++ b/internal/rosa/x.go
@@ -63,14 +63,14 @@ func init() {
func (t Toolchain) newLibXau() (pkg.Artifact, string) {
const (
- version = "1.0.7"
- checksum = "bm768RoZZnHRe9VjNU1Dw3BhfE60DyS9D_bgSR-JLkEEyUWT_Hb_lQripxrXto8j"
+ version = "1.0.12"
+ checksum = "G9AjnU_C160q814MCdjFOVt_mQz_pIt4wf4GNOQmGJS3UuuyMw53sfPvJ7WOqwXN"
)
return t.NewPackage("libXau", version, pkg.NewHTTPGetTar(
- nil, "https://www.x.org/releases/X11R7.7/src/lib/"+
- "libXau-"+version+".tar.bz2",
+ nil, "https://www.x.org/releases/individual/lib/"+
+ "libXau-"+version+".tar.gz",
mustDecode(checksum),
- pkg.TarBzip2,
+ pkg.TarGzip,
), nil, &MakeHelper{
// ancient configure script
Generate: "autoreconf -if",