comparison src/build-gawk.mk @ 5012:c24a1176256e

* src/build-gawk.mk: update to v4.2.1
author John Donoghue
date Mon, 11 Mar 2019 15:27:29 -0400
parents 0e56fe2d2ef5
children 874c8ca3c9eb
comparison
equal deleted inserted replaced
5011:96591d1483cb 5012:c24a1176256e
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-gawk 4 PKG := build-gawk
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.1.1 6 $(PKG)_VERSION := 4.2.1
7 $(PKG)_CHECKSUM := 0480d23fffbf04bfd0d4ede4c1c3d57eb81cc771 7 $(PKG)_CHECKSUM := 3b0bf6beeaa2171bcd2413c906f32432653bcecf
8 $(PKG)_SUBDIR := gawk-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := gawk-$($(PKG)_VERSION)
9 $(PKG)_FILE := gawk-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := gawk-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gawk/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gawk/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12