comparison src/build-gettext.mk @ 5377:44dd955972fd

gettext: update to 0.20.2 * src/build-gettext.mk, src/gettext.mk: update version, checksum * src/gettext-1.patch: new patch * dist-files.mk: add ref to patch
author John Donoghue <john.donoghue@ieee.org>
date Sun, 19 Apr 2020 07:50:48 -0400
parents 58edf66dc40c
children 391a0292bcaa
comparison
equal deleted inserted replaced
5376:f9d41043afda 5377:44dd955972fd
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-gettext 4 PKG := build-gettext
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.20.1 6 $(PKG)_VERSION := 0.20.2
7 $(PKG)_CHECKSUM := 2aa01db95b064d7f5d1a46de34a2cc6a57eadf36 7 $(PKG)_CHECKSUM := 3cb11e9648bacee4c56660d34de3ae3e8b143078
8 $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION)
9 $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12