diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-07 13:39:23 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-07 13:39:23 +0900 |
| commit | 66197ebdb2774f287cd5b97a59a15850bc0653ba (patch) | |
| tree | 013db4c1b237fc68ccff4e98a8a96fc2f3b590b6 | |
| parent | f7a27440256fe481d9ef1f5de7e43f839cee8ff0 (diff) | |
internal/rosa/x: xproto 7.0.23 to 7.0.31
This also switches to individual releases.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/x.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/rosa/x.go b/internal/rosa/x.go index a58f3b02..e252270d 100644 --- a/internal/rosa/x.go +++ b/internal/rosa/x.go @@ -28,11 +28,11 @@ func init() { func (t Toolchain) newXproto() (pkg.Artifact, string) { const ( - version = "7.0.23" - checksum = "goxwWxV0jZ_3pNczXFltZWHAhq92x-aEreUGyp5Ns8dBOoOmgbpeNIu1nv0Zx07z" + version = "7.0.31" + checksum = "Cm69urWY5RctKpR78eGzuwrjDEfXGkvHRdodj6sjypOGy5FF4-lmnUttVHYV1ydg" ) return t.NewPackage("xproto", version, pkg.NewHTTPGetTar( - nil, "https://www.x.org/releases/X11R7.7/src/proto/"+ + nil, "https://www.x.org/releases/individual/proto/"+ "xproto-"+version+".tar.bz2", mustDecode(checksum), pkg.TarBzip2, |
