comparison src/build-texinfo.mk @ 5184:c021b4c0a32c

textinfo: update to v6.7 * src/build-texinfo.mk, src/texinfo.mk: update version, checksum
author John Donoghue
date Fri, 11 Oct 2019 13:44:36 -0400
parents b88723578fec
children ab197940fec3
comparison
equal deleted inserted replaced
5183:e960af2fbfc0 5184:c021b4c0a32c
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.6 6 $(PKG)_VERSION := 6.7
7 $(PKG)_CHECKSUM := f0418f3689b2b1e720027650c033c0fcdb270762 7 $(PKG)_CHECKSUM := 3eb87fe3f4241ba4305255f8a47d867dbc4f96fc
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