mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/libffi: bump version to 3.5.2
https://github.com/libffi/libffi/releases/tag/v3.5.0
https://github.com/libffi/libffi/releases/tag/v3.5.1
https://github.com/libffi/libffi/releases/tag/v3.5.2
Switched to sha256 tarball hash provided by upstream.
Updated license hash due to copyright year bump:
8b0eab28cb
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
1a173d9918
commit
298ef0bf92
@@ -1,4 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 bc9842a18898bfacb0ed1252c4febcc7e78fa139fd27fdc7a3e30d9d9356119b libffi-3.4.8.tar.gz
|
||||
# From https://github.com/libffi/libffi/releases/tag/v3.5.2
|
||||
sha256 f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc libffi-3.5.2.tar.gz
|
||||
# License files, locally calculated
|
||||
sha256 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195 LICENSE
|
||||
sha256 d5699fa516968e3a1550e6c902b7441c78856f2603d61bedd0b0662a26655366 LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBFFI_VERSION = 3.4.8
|
||||
LIBFFI_VERSION = 3.5.2
|
||||
LIBFFI_SITE = \
|
||||
https://github.com/libffi/libffi/releases/download/v$(LIBFFI_VERSION)
|
||||
LIBFFI_LICENSE = MIT
|
||||
|
||||
Reference in New Issue
Block a user