Ports/libffi: Update to 3.4.5

This commit is contained in:
butter1125 2025-01-05 04:23:30 -05:00 committed by Nico Weber
parent db31758768
commit 961191996a
2 changed files with 3 additions and 3 deletions

View file

@ -144,7 +144,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libatomic_ops`](libatomic_ops/) | libatomic_ops | 7.8.2 | https://www.hboehm.info/gc/ |
| [`libenet`](libenet/) | libenet | 1.3.17 | http://sauerbraten.org/enet/ |
| [`libexpat`](libexpat/) | Expat | 2.5.0 | https://libexpat.github.io/ |
| [`libffi`](libffi/) | libffi | 3.4.4 | https://www.sourceware.org/libffi/ |
| [`libffi`](libffi/) | libffi | 3.4.5 | https://www.sourceware.org/libffi/ |
| [`libfftw3`](libfftw3/) | Fastest Fourier Transform in the West (double precision) | 3.3.10 | https://www.fftw.org/ |
| [`libfftw3f`](libfftw3f/) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ |
| [`libfts`](libfts/) | libfts | 1.2.7 | https://github.com/void-linux/musl-fts |

View file

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