Skip to content

Commit c87725f

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-xz (5.6.4-1 -> 5.8.0-1) mingw-w64-x86_64-xz (5.6.4-1 -> 5.8.0-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent bd67634 commit c87725f

File tree

138 files changed

+1293
-420
lines changed

Some content is hidden

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

138 files changed

+1293
-420
lines changed

mingw32/bin/liblzma-5.dll

512 Bytes
Binary file not shown.

mingw32/bin/lzmadec.exe

1.03 KB
Binary file not shown.

mingw32/bin/lzmainfo.exe

3.59 KB
Binary file not shown.

mingw32/bin/unxz.exe

4.63 KB
Binary file not shown.

mingw32/bin/xz.exe

4.63 KB
Binary file not shown.

mingw32/bin/xzcat.exe

4.63 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.4"
34+
version="$prog (XZ Utils) 5.8.0"
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.03 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.4"
34+
version="$prog (XZ Utils) 5.8.0"
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.4"
38+
version="$prog (XZ Utils) 5.8.0"
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)