comparison src/build-automake.mk @ 5366:b6ef84202f74

* src/build-automake.mk: upadte to v1.16.2
author John Donoghue <john.donoghue@ieee.org>
date Sat, 11 Apr 2020 10:39:39 -0400
parents 506a61f959e4
children c44df66eea97
comparison
equal deleted inserted replaced
5365:bc8d519e5d9e 5366:b6ef84202f74
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-automake 4 PKG := build-automake
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.16.1 6 $(PKG)_VERSION := 1.16.2
7 $(PKG)_CHECKSUM := 7a4d8d8b16d2f3cece5ab92c32aba094a4597d97 7 $(PKG)_CHECKSUM := dbfc7e802a2f4a333cc406abe6f9e4df6260f0e3
8 $(PKG)_SUBDIR := automake-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := automake-$($(PKG)_VERSION)
9 $(PKG)_FILE := automake-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := automake-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/automake/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/automake/$($(PKG)_FILE)
11 $(PKG)_DEPS := build-autoconf 11 $(PKG)_DEPS := build-autoconf
12 12