Ports/libexpat: Update to 2.6.4

This commit is contained in:
butter1125 2025-01-13 10:02:42 -06:00 committed by Nico Weber
parent 6127f03108
commit 5f5b25bd0e
2 changed files with 3 additions and 3 deletions

View file

@ -143,7 +143,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`libassuan`](libassuan/) | libassuan | 2.5.7 | https://gnupg.org/software/libassuan/index.html |
| [`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/ |
| [`libexpat`](libexpat/) | Expat | 2.6.4 | https://libexpat.github.io/ |
| [`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/ |

View file

@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='libexpat'
version='2.5.0'
version='2.6.4'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
'conftools/config.sub'
)
files=(
"https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz#ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe"
"https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz#a695629dae047055b37d50a0ff4776d1d45d0a4c842cf4ccee158441f55ff7ee"
)
workdir="expat-${version}"