comparison src/libidn2.mk @ 6474:7122e7b6f893

* src/libidn2.mk: update to v2.3.4
author John Donoghue <john.donoghue@ieee.org>
date Fri, 28 Oct 2022 15:10:28 -0400
parents 9a25fc6a12e9
children eaaeebbe64dc
comparison
equal deleted inserted replaced
6473:3a4204732953 6474:7122e7b6f893
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 := libidn2 4 PKG := libidn2
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.3.3 6 $(PKG)_VERSION := 2.3.4
7 $(PKG)_CHECKSUM := e4b8ab8b705c8b0dd187af894f81f4667fb5a3ef 7 $(PKG)_CHECKSUM := 096e2f170fabdfd7011a1848a43e0fca49e3f2e5
8 $(PKG)_SUBDIR := libidn2-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libidn2-$($(PKG)_VERSION)
9 $(PKG)_FILE := libidn2-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libidn2-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/libidn/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/libidn/$($(PKG)_FILE)
11 $(PKG)_DEPS := gettext libiconv libunistring 11 $(PKG)_DEPS := gettext libiconv libunistring
12 12