diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-28 16:37:16 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-28 16:37:16 +0900 |
| commit | b1c90cc3809f5b92859e620a4488937ae74e1ce9 (patch) | |
| tree | 68a1f309bcdfeeaca3a48051b947a19d113ac723 /internal | |
| parent | 3a66b8143a303fded148ab0a57c472d04ce39ff2 (diff) | |
internal/rosa/libexpat: 2.7.5 to 2.8.0
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -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 457409b5..20bfc558 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.5" - checksum = "vTRUjjg-qbHSXUBYKXgzVHkUO7UNyuhrkSYrE7ikApQm0g-OvQ8tspw4w55M-1Tp" + version = "2.8.0" + checksum = "pnwZ_JSif-OfoWIwk2JYXWHagOWMA3Sh-Ea0p-4Rz9U9mDEeAebhyvnfD7OYOMCk" ) return t.NewPackage("libexpat", version, newFromGitHubRelease( "libexpat/libexpat", |
