aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/gnu.go4
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",