diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-18 21:42:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-18 21:42:46 +0300 |
commit | da2b41a31d8d3d5b2fa8158cb0037b3b77c6326a (patch) | |
tree | 5bd8c6a11a200a85c0c0d4bec85c1923647baacc | |
parent | f93119ba022cd730434895e428ccb8c666a60656 (diff) | |
download | repository-da2b41a31d8d3d5b2fa8158cb0037b3b77c6326a.tar.gz |
libxslt: bump to 1.1.36
-rwxr-xr-x | extra/libxslt/build | 6 | ||||
-rw-r--r-- | extra/libxslt/checksums | 2 | ||||
-rw-r--r-- | extra/libxslt/sources | 2 | ||||
-rw-r--r-- | extra/libxslt/version | 2 |
4 files changed, 9 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 201e8ef5..399b3010 100644 --- a/extra/libxslt/checksums +++ b/extra/libxslt/checksums @@ -1,2 +1,2 @@ %BLAKE3 -428b606e7cb6ad1c3044e4e23c1fb165932b36a63dc7b6a3b664a70205c4e34a libxslt-1.1.35.tar.xz +c07afa248ccb00e31bcc6759b44830d3b0d8f26034879dd7132dd5e0f16e886a libxslt-1.1.36.tar.xz diff --git a/extra/libxslt/sources b/extra/libxslt/sources index 4791cb80..aa5a4991 100644 --- a/extra/libxslt/sources +++ b/extra/libxslt/sources @@ -1 +1 @@ -https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.35.tar.xz +https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.36.tar.xz diff --git a/extra/libxslt/version b/extra/libxslt/version index dd140e9b..387dfb1e 100644 --- a/extra/libxslt/version +++ b/extra/libxslt/version @@ -1 +1 @@ -1.1.35 1 +1.1.36 1 |