1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:27:45 +00:00

Ports/libffi: Update libffi to version 3.4.4

This commit is contained in:
EWouters 2023-09-01 20:35:11 +02:00 committed by Jelle Raaijmakers
parent ac10da0630
commit ffffbfe0eb
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libffi'
version='3.4.2'
version='3.4.4'
useconfigure='true'
use_fresh_config_sub='true'
files=(
"https://github.com/libffi/libffi/releases/download/v${version}/libffi-${version}.tar.gz#540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620"
"https://github.com/libffi/libffi/releases/download/v${version}/libffi-${version}.tar.gz#d66c56ad259a82cf2a9dfc408b32bf5da52371500b84745f7fb8b645712df676"
)