diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 666ea385cda..fee3fa3666a 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -88,7 +88,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`libarchive`](libarchive/) | libarchive | 3.5.2 | https://libarchive.org/ | | [`libassuan`](libassuan/) | libassuan | 2.5.5 | https://gnupg.org/software/libassuan/index.html | | [`libatomic_ops`](libatomic_ops/) | libatomic\_ops | 7.6.12 | https://www.hboehm.info/gc/ | -| [`libexpat`](libexpat/) | Expat | 2.2.9 | https://libexpat.github.io/ | +| [`libexpat`](libexpat/) | Expat | 2.4.8 | https://libexpat.github.io/ | | [`libffi`](libffi/) | libffi | 3.4.2 | https://www.sourceware.org/libffi/ | | [`libfftw3f`](libfftw3f/) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ | | [`libgcrypt`](libgcrypt/) | libgcrypt | 1.9.2 | https://gnupg.org/software/libgcrypt/index.html | diff --git a/Ports/libexpat/package.sh b/Ports/libexpat/package.sh index e06bf79ac2f..779e2bf64fc 100755 --- a/Ports/libexpat/package.sh +++ b/Ports/libexpat/package.sh @@ -1,11 +1,11 @@ #!/usr/bin/env -S bash ../.port_include.sh port=libexpat -version=2.2.9 +version=2.4.8 useconfigure=true use_fresh_config_sub=true config_sub_path=conftools/config.sub -files="https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}.tar.xz expat-${version}.tar.xz -https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-${version}.tar.xz.asc expat-${version}.tar.xz.asc" +files="https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz expat-${version}.tar.xz +https://github.com/libexpat/libexpat/releases/download/R_${version//./_}/expat-${version}.tar.xz.asc expat-${version}.tar.xz.asc" workdir=expat-${version} auth_type="sig" auth_import_key="CB8DE70A90CFBF6C3BF5CC5696262ACFFBD3AEC6"