Skip to content

Commit 8fb7a76

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
liblzma (5.6.4-1 -> 5.8.0-1) libunrar (7.1.5-1 -> 7.1.6-1) unrar (7.1.5-1 -> 7.1.6-1) xz (5.6.4-1 -> 5.8.0-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent c87725f commit 8fb7a76

File tree

292 files changed

+736
-173
lines changed

Some content is hidden

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

292 files changed

+736
-173
lines changed

usr/bin/lzcat.exe

5.69 KB
Binary file not shown.

usr/bin/lzcmp

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

usr/bin/lzdiff

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

usr/bin/lzegrep

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

usr/bin/lzfgrep

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

usr/bin/lzgrep

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

usr/bin/lzless

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# specified via XZ_OPT.
2525
xz='xz --format=auto'
2626

27-
version='xzless (XZ Utils) 5.6.4'
27+
version='xzless (XZ Utils) 5.8.0'
2828

2929
usage="Usage: ${0##*/} [OPTION]... [FILE]...
3030
Like 'less', but operate on the uncompressed contents of xz compressed FILEs.

usr/bin/lzma.exe

5.69 KB
Binary file not shown.

usr/bin/lzmadec.exe

639 Bytes
Binary file not shown.

usr/bin/lzmainfo.exe

3.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)