diff options
Diffstat (limited to 'extra/libxslt')
-rwxr-xr-x | extra/libxslt/build | 6 | ||||
-rw-r--r-- | extra/libxslt/checksums | 3 | ||||
-rw-r--r-- | extra/libxslt/sources | 2 | ||||
-rw-r--r-- | extra/libxslt/version | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/extra/libxslt/build b/extra/libxslt/build index 6daf22f8..bae24137 100755 --- a/extra/libxslt/build +++ b/extra/libxslt/build @@ -1,5 +1,11 @@ #!/bin/sh -e +cpt l -q python && { + pyver=$(python --version) + pyver=${pyver##* } + export am_cv_python_version="${pyver%.*}" +} + ./configure \ --prefix=/usr diff --git a/extra/libxslt/checksums b/extra/libxslt/checksums index a4e52d58..62db01fb 100644 --- a/extra/libxslt/checksums +++ b/extra/libxslt/checksums @@ -1 +1,2 @@ -98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f libxslt-1.1.34.tar.gz +%BLAKE3 +d7994f65a2bcb56c17d5e61c013139098138598cecb780bf8d13ba44f8474a29 libxslt-1.1.42.tar.xz diff --git a/extra/libxslt/sources b/extra/libxslt/sources index a25df5f8..3e663279 100644 --- a/extra/libxslt/sources +++ b/extra/libxslt/sources @@ -1 +1 @@ -https://fossies.org/linux/www/libxslt-1.1.34.tar.gz +https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.42.tar.xz diff --git a/extra/libxslt/version b/extra/libxslt/version index 618d8e27..4f372ac0 100644 --- a/extra/libxslt/version +++ b/extra/libxslt/version @@ -1 +1 @@ -1.1.34 1 +1.1.42 1 |