comparison src/libffi.mk @ 7080:34a530cdf692

* src/libffi.mk: update to v3.4.6
author John Donoghue <john.donoghue@ieee.org>
date Wed, 21 Feb 2024 18:53:49 -0500
parents 4b8764444acb
children
comparison
equal deleted inserted replaced
7079:969b4a03893f 7080:34a530cdf692
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.4 6 $(PKG)_VERSION := 3.4.6
7 $(PKG)_CHECKSUM := a41563cd30ddf8af81aa87f80e673602fc6fd602 7 $(PKG)_CHECKSUM := 5bee9227b8559f4152a2da2c085c7452c3e657f7
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