aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-13 00:47:32 +0900
committerOphestra <cat@gensokyo.uk>2026-05-13 00:47:32 +0900
commit747d4ec4b02fedc0d2052d01a7865258899f74a7 (patch)
tree73b92cb64055268a7ec45508a2f565f7ac1c97bf /internal
parentb76e6f6519e10c55ebe6786d670ecb199d1d8d00 (diff)
internal/rosa/libexpat: 2.8.0 to 2.8.1
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/libexpat.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/libexpat.go b/internal/rosa/libexpat.go
index 20bfc558..7d4f711b 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.8.0"
- checksum = "pnwZ_JSif-OfoWIwk2JYXWHagOWMA3Sh-Ea0p-4Rz9U9mDEeAebhyvnfD7OYOMCk"
+ version = "2.8.1"
+ checksum = "iMEtbOJhQfGof2GxSlxffQSI1va_NDDQ9VIuqcPbNZ0291Dr8wttD5QecYyjIQap"
)
return t.NewPackage("libexpat", version, newFromGitHubRelease(
"libexpat/libexpat",