mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-27 21:21:50 +03:00
Ports/libexpat: Update libexpat to version 2.4.8
This commit is contained in:
parent
4cf67063c0
commit
80f2c6581e
Notes:
sideshowbarker
2024-07-17 12:02:00 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/80f2c6581e Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
@ -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 |
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user