Skip to content

Commit fe8f279

Browse files
authored
Merge pull request #32 from git-for-windows/stop-holding-back-msys2-runtime-3.5.5-arm64
Stop holding back msys2 runtime 3.5.5
2 parents 1995896 + 5aebd2c commit fe8f279

File tree

474 files changed

+5321
-2939
lines changed

Some content is hidden

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

474 files changed

+5321
-2939
lines changed

clangarm64/bin/liblzma-5.dll

0 Bytes
Binary file not shown.

clangarm64/bin/lzmadec.exe

0 Bytes
Binary file not shown.

clangarm64/bin/lzmainfo.exe

512 Bytes
Binary file not shown.

clangarm64/bin/unxz.exe

512 Bytes
Binary file not shown.

clangarm64/bin/xz.exe

512 Bytes
Binary file not shown.

clangarm64/bin/xzcat.exe

512 Bytes
Binary file not shown.

clangarm64/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.3"
34+
version="$prog (XZ Utils) 5.6.4"
3535

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

clangarm64/bin/xzdec.exe

0 Bytes
Binary file not shown.

clangarm64/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.3"
34+
version="$prog (XZ Utils) 5.6.4"
3535

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

clangarm64/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.3"
38+
version="$prog (XZ Utils) 5.6.4"
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)