comparison src/build-texinfo.mk @ 6481:ab197940fec3

* src/build-texinfo.mk, src/texinfo.mk: update to v6.8
author John Donoghue <john.donoghue@ieee.org>
date Fri, 28 Oct 2022 15:10:34 -0400
parents c021b4c0a32c
children 4411e47d0244
comparison
equal deleted inserted replaced
6480:e16f0fd9a6f0 6481:ab197940fec3
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := build-texinfo 4 PKG := build-texinfo
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 6.7 6 $(PKG)_VERSION := 6.8
7 $(PKG)_CHECKSUM := 3eb87fe3f4241ba4305255f8a47d867dbc4f96fc 7 $(PKG)_CHECKSUM := 37f5ff5f748fb11bcbd57b82f3fdb5c365e82d61
8 $(PKG)_SUBDIR := texinfo-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := texinfo-$($(PKG)_VERSION)
9 $(PKG)_FILE := texinfo-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := texinfo-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/texinfo/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/texinfo/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-perl 11 $(PKG)_DEPS := build-perl
12 12