diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-20 16:00:50 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-20 16:00:50 +0900 |
| commit | 066213c245ec1738e2d2d0ce851f1b00f2d33da5 (patch) | |
| tree | 8b4f5434966b5eec0dae143a8687f63b73678dab /internal/rosa | |
| parent | 98832c21ee294b9bd1b04e021f655d1a7fa151c2 (diff) | |
internal/rosa/libexpat: 2.7.4 to 2.7.5
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa')
| -rw-r--r-- | internal/rosa/libexpat.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/libexpat.go b/internal/rosa/libexpat.go index c1959f3c..8adba6ec 100644 --- a/internal/rosa/libexpat.go +++ b/internal/rosa/libexpat.go @@ -8,8 +8,8 @@ import ( func (t Toolchain) newLibexpat() (pkg.Artifact, string) { const ( - version = "2.7.4" - checksum = "W6NI2FESBjrTqRPcvs15fK5c3nwF6f9RT8U-XHKQKblXVzJB3nt_ez5B5jO0ZVDG" + version = "2.7.5" + checksum = "vTRUjjg-qbHSXUBYKXgzVHkUO7UNyuhrkSYrE7ikApQm0g-OvQ8tspw4w55M-1Tp" ) return t.NewPackage("libexpat", version, pkg.NewHTTPGetTar( nil, "https://github.com/libexpat/libexpat/releases/download/"+ |
