diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-18 09:05:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-18 09:05:49 +0900 |
| commit | b081629662161cc9fd840df8709b662fe6292f0a (patch) | |
| tree | 464a7a012f424a07d4ea152768a048273ff3d0e5 /internal | |
| parent | fba541f301f37725ab6ebf5596e7666676d82999 (diff) | |
internal/rosa/libxml2: 2.15.2 to 2.15.3
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/libxml2.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/libxml2.go b/internal/rosa/libxml2.go index 9a0e67df..a5f5e3c2 100644 --- a/internal/rosa/libxml2.go +++ b/internal/rosa/libxml2.go @@ -4,8 +4,8 @@ import "hakurei.app/internal/pkg" func (t Toolchain) newLibxml2() (pkg.Artifact, string) { const ( - version = "2.15.2" - checksum = "zwQvCIBnjzUFY-inX5ckfNT3mIezsCRV55C_Iztde5OnRTB3u33lfO5h03g7DK_8" + version = "2.15.3" + checksum = "oWkNe53c3d4Lt4OzrXPHBcOLHJ3TWqpa0x7B7bh_DyZ-uIMiplpdZjQRgRWVal2h" ) return t.NewPackage("libxml2", version, t.newTagRemote( "https://gitlab.gnome.org/GNOME/libxml2.git", |
