Skip to content

Commit fb9107f

Browse files
author
Git for Windows Build Agent
committed
Update 6 packages
liblzma (5.6.2-1 -> 5.6.3-1) mingw-w64-i686-xz (5.6.2-2 -> 5.6.3-1) mingw-w64-x86_64-xz (5.6.2-2 -> 5.6.3-1) python (3.12.6-1 -> 3.12.7-1) vim (9.1.0707-1 -> 9.1.0740-1) xz (5.6.2-1 -> 5.6.3-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 638d533 commit fb9107f

File tree

482 files changed

+7744
-2571
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+7744
-2571
lines changed

mingw32/bin/liblzma-5.dll

3.01 KB
Binary file not shown.

mingw32/bin/lzmadec.exe

1.48 KB
Binary file not shown.

mingw32/bin/lzmainfo.exe

1.48 KB
Binary file not shown.

mingw32/bin/unxz.exe

1.48 KB
Binary file not shown.

mingw32/bin/xz.exe

1.48 KB
Binary file not shown.

mingw32/bin/xzcat.exe

1.48 KB
Binary file not shown.

mingw32/bin/xzcmp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case ${0##*/} in
3131
*) prog=xzdiff; cmp=${DIFF:-diff};;
3232
esac
3333

34-
version="$prog (XZ Utils) 5.6.2"
34+
version="$prog (XZ Utils) 5.6.3"
3535

3636
usage="Usage: ${0##*/} [OPTION]... FILE1 [FILE2]
3737
Compare FILE1 to FILE2, using their uncompressed contents if they are

mingw32/bin/xzdec.exe

1.48 KB
Binary file not shown.

mingw32/bin/xzdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case ${0##*/} in
3131
*) prog=xzdiff; cmp=${DIFF:-diff};;
3232
esac
3333

34-
version="$prog (XZ Utils) 5.6.2"
34+
version="$prog (XZ Utils) 5.6.3"
3535

3636
usage="Usage: ${0##*/} [OPTION]... FILE1 [FILE2]
3737
Compare FILE1 to FILE2, using their uncompressed contents if they are

mingw32/bin/xzegrep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ case ${0##*/} in
3535
*) prog=xzgrep; grep=${GREP:-grep};;
3636
esac
3737

38-
version="$prog (XZ Utils) 5.6.2"
38+
version="$prog (XZ Utils) 5.6.3"
3939

4040
usage="Usage: ${0##*/} [OPTION]... [-e] PATTERN [FILE]...
4141
Look for instances of PATTERN in the input FILEs, using their

0 commit comments

Comments
 (0)