Skip to content

Commit 40aa35a

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-clang-aarch64-libxslt (1.1.44-1 -> 1.1.45-1) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent b09cd6e commit 40aa35a

File tree

25 files changed

+13
-13
lines changed

25 files changed

+13
-13
lines changed

clangarm64/bin/libexslt-0.dll

0 Bytes
Binary file not shown.

clangarm64/bin/libxslt-1.dll

0 Bytes
Binary file not shown.

clangarm64/bin/xslt-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while test $# -gt 0; do
6060
;;
6161

6262
--version)
63-
echo 1.1.44
63+
echo 1.1.45
6464
exit 0
6565
;;
6666

clangarm64/bin/xsltproc.exe

0 Bytes
Binary file not shown.

clangarm64/include/libxslt/xsltconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ extern "C" {
2020
*
2121
* the version string like "1.2.3"
2222
*/
23-
#define LIBXSLT_DOTTED_VERSION "1.1.44"
23+
#define LIBXSLT_DOTTED_VERSION "1.1.45"
2424

2525
/**
2626
* LIBXSLT_VERSION:
2727
*
2828
* the version number: 1.2.3 value is 10203
2929
*/
30-
#define LIBXSLT_VERSION 10144
30+
#define LIBXSLT_VERSION 10145
3131

3232
/**
3333
* LIBXSLT_VERSION_STRING:
3434
*
3535
* the version number string, 1.2.3 value is "10203"
3636
*/
37-
#define LIBXSLT_VERSION_STRING "10144"
37+
#define LIBXSLT_VERSION_STRING "10145"
3838

3939
/**
4040
* LIBXSLT_VERSION_EXTRA:

clangarm64/lib/cmake/libxslt/libxslt-config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
# LibXslt::LibExslt - the libexslt library
3434
# LibXslt::xsltproc - the xsltproc command-line executable
3535

36-
set(LIBXSLT_VERSION "1.1.44")
36+
set(LIBXSLT_VERSION "1.1.45")
3737
set(LIBXSLT_VERSION_MAJOR "1")
3838
set(LIBXSLT_VERSION_MINOR "1")
39-
set(LIBXSLT_VERSION_PATCH "44")
39+
set(LIBXSLT_VERSION_PATCH "45")
4040

4141
set(LIBEXSLT_VERSION "0.8.25")
4242
set(LIBEXSLT_VERSION_MAJOR "0")

clangarm64/lib/libexslt.a

0 Bytes
Binary file not shown.

clangarm64/lib/libxslt.a

0 Bytes
Binary file not shown.

clangarm64/lib/pkgconfig/libxslt.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55

66

77
Name: libxslt
8-
Version: 1.1.44
8+
Version: 1.1.45
99
Description: XSLT library version 2.
1010
Requires: libxml-2.0
1111
Cflags: -I${includedir}

clangarm64/lib/xsltConf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ XSLT_LIBDIR="-L/clangarm64/lib"
55
XSLT_LIBS="-lxslt -L/clangarm64/lib -lxml2 "
66
XSLT_PRIVATE_LIBS=""
77
XSLT_INCLUDEDIR="-I/clangarm64/include"
8-
MODULE_VERSION="xslt-1.1.44"
8+
MODULE_VERSION="xslt-1.1.45"

0 commit comments

Comments
 (0)