From eb1a3918a8ed809954a8c751ea3f842848f9f4dc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 6 Mar 2026 22:09:00 +0900 Subject: [PATCH] internal/rosa/gnu: texinfo 7.2 to 7.3 Signed-off-by: Ophestra --- internal/rosa/gnu.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index c9f4ec7..67f3671 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -409,8 +409,8 @@ func init() { func (t Toolchain) newTexinfo() (pkg.Artifact, string) { const ( - version = "7.2" - checksum = "9EelM5b7QGMAY5DKrAm_El8lofBGuFWlaBPSBhh7l_VQE8054MBmC0KBvGrABqjv" + version = "7.3" + checksum = "RRmC8Xwdof7JuZJeWGAQ_GeASIHAuJFQMbNONXBz5InooKIQGmqmWRjGNGEr5n4-" ) return t.NewPackage("texinfo", version, pkg.NewHTTPGetTar( nil, "https://ftpmirror.gnu.org/gnu/texinfo/texinfo-"+version+".tar.gz",