comparison src/libffi.mk @ 6417:caec994cfda6

* src/build-libffi.mk, src/libffi.mk: update to v3.4.3
author John Donoghue <john.donoghue@ieee.org>
date Wed, 21 Sep 2022 13:26:38 -0400
parents a48a92c9af10
children 8b83ce1e66df
comparison
equal deleted inserted replaced
6416:351b4009f482 6417:caec994cfda6
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 := libffi 4 PKG := libffi
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.4.2 6 $(PKG)_VERSION := 3.4.3
7 $(PKG)_CHECKSUM := f5fbf0e8b643c4029a069faca32dd0df2c7dd0a2 7 $(PKG)_CHECKSUM := 9b0629c8efc70f608afb426c09cafabd2b717f50
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://github.com/$(PKG)/$(PKG)/archive/refs/tags/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/$(PKG)/$(PKG)/archive/refs/tags/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12