comparison src/gettext.mk @ 7098:bc4c7d2996f3

* src/build-gettext.mk, src/gettext.mk: update to v0.22.5
author John Donoghue <john.donoghue@ieee.org>
date Sun, 03 Mar 2024 16:03:39 -0500
parents f0f5513c9782
children
comparison
equal deleted inserted replaced
7097:bb258c298b5b 7098:bc4c7d2996f3
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 := gettext 4 PKG := gettext
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.22.4 6 $(PKG)_VERSION := 0.22.5
7 $(PKG)_CHECKSUM := 4581d6780e0d802a88c4ce4c5173791d3cf0df7e 7 $(PKG)_CHECKSUM := 1c3911796312efd8119da7a292edef305bdb71bb
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 := libiconv 11 $(PKG)_DEPS := libiconv
12 12