internal/rosa/x: libXau 1.0.7 to 1.0.12
All checks were successful
Test / Create distribution (push) Successful in 1m7s
Test / Sandbox (push) Successful in 2m48s
Test / ShareFS (push) Successful in 4m14s
Test / Hakurei (push) Successful in 4m23s
Test / Sandbox (race detector) (push) Successful in 5m15s
Test / Hakurei (race detector) (push) Successful in 6m22s
Test / Flake checks (push) Successful in 1m30s

This also switches to individual releases.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-07 13:39:48 +09:00
parent 66197ebdb2
commit 30bb52e380

View File

@@ -63,14 +63,14 @@ func init() {
func (t Toolchain) newLibXau() (pkg.Artifact, string) { func (t Toolchain) newLibXau() (pkg.Artifact, string) {
const ( const (
version = "1.0.7" version = "1.0.12"
checksum = "bm768RoZZnHRe9VjNU1Dw3BhfE60DyS9D_bgSR-JLkEEyUWT_Hb_lQripxrXto8j" checksum = "G9AjnU_C160q814MCdjFOVt_mQz_pIt4wf4GNOQmGJS3UuuyMw53sfPvJ7WOqwXN"
) )
return t.NewPackage("libXau", version, pkg.NewHTTPGetTar( return t.NewPackage("libXau", version, pkg.NewHTTPGetTar(
nil, "https://www.x.org/releases/X11R7.7/src/lib/"+ nil, "https://www.x.org/releases/individual/lib/"+
"libXau-"+version+".tar.bz2", "libXau-"+version+".tar.gz",
mustDecode(checksum), mustDecode(checksum),
pkg.TarBzip2, pkg.TarGzip,
), nil, &MakeHelper{ ), nil, &MakeHelper{
// ancient configure script // ancient configure script
Generate: "autoreconf -if", Generate: "autoreconf -if",