mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Ports/libxml2: Update libxml2 to version 2.9.14
This commit is contained in:
parent
459c49803b
commit
582192ce91
Notes:
sideshowbarker
2024-07-17 10:24:01 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/582192ce91 Pull-request: https://github.com/SerenityOS/serenity/pull/14179 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/timschumi
2 changed files with 8 additions and 8 deletions
|
@ -125,7 +125,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`libuuid`](libuuid/) | libuuid (from util-linux) | 2.38 | https://github.com/karelzak/util-linux/tree/master/libuuid |
|
||||
| [`libuv`](libuv/) | libuv | 1.44.1 | https://github.com/libuv/libuv |
|
||||
| [`libvorbis`](libvorbis/) | libvorbis | 1.3.7 | https://github.com/xiph/vorbis |
|
||||
| [`libxml2`](libxml2/) | libxml2 | 2.9.13 | http://www.xmlsoft.org/ |
|
||||
| [`libxml2`](libxml2/) | libxml2 | 2.9.14 | http://www.xmlsoft.org/ |
|
||||
| [`libyaml`](libyaml/) | libyaml | 0.2.5 | https://pyyaml.org/wiki/LibYAML |
|
||||
| [`libzip`](libzip/) | libzip | 1.7.3 | https://libzip.org/ |
|
||||
| [`links`](links/) | Links web browser | 2.25 | http://links.twibright.com/ |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libxml2
|
||||
version=2.9.13
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
files="https://download.gnome.org/sources/libxml2/2.9/libxml2-${version}.tar.xz libxml2-${version}.tar.xz 276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e"
|
||||
auth_type=sha256
|
||||
depends=("libiconv" "xz")
|
||||
port='libxml2'
|
||||
version='2.9.14'
|
||||
files="https://download.gnome.org/sources/libxml2/2.9/libxml2-${version}.tar.xz libxml2-${version}.tar.xz 60d74a257d1ccec0475e749cba2f21559e48139efba6ff28224357c7c798dfee"
|
||||
auth_type='sha256'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
configopts=("--with-sysroot=${SERENITY_INSTALL_ROOT}" "--prefix=/usr/local" "--without-python" "--disable-static" "--enable-shared")
|
||||
depends=("libiconv" "xz")
|
||||
|
|
Loading…
Reference in a new issue