comparison src/build-gettext.mk @ 5505:391a0292bcaa

gettext: update to 0.21 * src/build-gettext.mk, src/gettext.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Fri, 31 Jul 2020 15:54:03 -0400
parents 44dd955972fd
children 0e80767f2199
comparison
equal deleted inserted replaced
5504:9f9ed6a325bd 5505:391a0292bcaa
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.2 6 $(PKG)_VERSION := 0.21
7 $(PKG)_CHECKSUM := 3cb11e9648bacee4c56660d34de3ae3e8b143078 7 $(PKG)_CHECKSUM := e6c0a0cba5b00a604c9118403a8199c77a538526
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