diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 22:09:00 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 22:09:00 +0900 |
| commit | eb1a3918a8ed809954a8c751ea3f842848f9f4dc (patch) | |
| tree | 0f01d57f651b4721757851e630eb2ca32dfa9891 /internal | |
| parent | 349011a5e6cb8b7777d67454fa00e728191587be (diff) | |
internal/rosa/gnu: texinfo 7.2 to 7.3
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/gnu.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index c9f4ec72..67f36712 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", |
