diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-08 09:21:44 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-08-08 09:21:44 +0800 |
| commit | 9cb77c4df85ea72cdf4ce8bf013cc29b02a2c4e9 (patch) | |
| tree | fccc8eede184d0cd3d0cad75ee43d77b2406d716 /repos | |
| parent | 7be19121fc2dd4d986c5be6981f52165fb5eb90f (diff) | |
| download | alicelinux-9cb77c4df85ea72cdf4ce8bf013cc29b02a2c4e9.tar.gz alicelinux-9cb77c4df85ea72cdf4ce8bf013cc29b02a2c4e9.zip | |
libxml2: updated to 2.13.3
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/libxml2/.files | 6 | ||||
| -rw-r--r-- | repos/extra/libxml2/abuild | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/repos/extra/libxml2/.files b/repos/extra/libxml2/.files index 45d145d1..979d185f 100644 --- a/repos/extra/libxml2/.files +++ b/repos/extra/libxml2/.files @@ -56,9 +56,9 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/cmake/ drwxr-xr-x root/root usr/lib/cmake/libxml2/ -rw-r--r-- root/root usr/lib/cmake/libxml2/libxml2-config.cmake -lrwxrwxrwx root/root usr/lib/libxml2.so -> libxml2.so.2.13.2 -lrwxrwxrwx root/root usr/lib/libxml2.so.2 -> libxml2.so.2.13.2 --rwxr-xr-x root/root usr/lib/libxml2.so.2.13.2 +lrwxrwxrwx root/root usr/lib/libxml2.so -> libxml2.so.2.13.3 +lrwxrwxrwx root/root usr/lib/libxml2.so.2 -> libxml2.so.2.13.3 +-rwxr-xr-x root/root usr/lib/libxml2.so.2.13.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libxml-2.0.pc drwxr-xr-x root/root usr/lib/python3.12/ diff --git a/repos/extra/libxml2/abuild b/repos/extra/libxml2/abuild index 35284c87..994f1deb 100644 --- a/repos/extra/libxml2/abuild +++ b/repos/extra/libxml2/abuild @@ -1,5 +1,5 @@ name=libxml2 -version=2.13.2 +version=2.13.3 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" build_type=configure_build |