From 7547f7e393ec031bea4e114bf9fa9596c9a65ec7 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 21 Sep 2022 23:01:19 +0200 Subject: [PATCH] package/libffi: bump to version 3.4.3 Update hash of license file (year updated with https://github.com/libffi/libffi/commit/41d0851fc545ff1ffd8377236d193268c8a10740) https://github.com/libffi/libffi/releases/tag/v3.4.3 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- package/libffi/libffi.hash | 4 ++-- package/libffi/libffi.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libffi/libffi.hash b/package/libffi/libffi.hash index cf1977c40d..689b5da4f1 100644 --- a/package/libffi/libffi.hash +++ b/package/libffi/libffi.hash @@ -1,4 +1,4 @@ # Locally calculated -sha256 540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620 libffi-3.4.2.tar.gz +sha256 4416dd92b6ae8fcb5b10421e711c4d3cb31203d77521a77d85d0102311e6c3b8 libffi-3.4.3.tar.gz # License files, locally calculated -sha256 a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde LICENSE +sha256 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388 LICENSE diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk index 093256a629..ecfa120c7a 100644 --- a/package/libffi/libffi.mk +++ b/package/libffi/libffi.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFFI_VERSION = 3.4.2 +LIBFFI_VERSION = 3.4.3 LIBFFI_SITE = \ https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION) LIBFFI_LICENSE = MIT