Skip to content

Commit 1e29345

Browse files
authored
Merge pull request #94 from git-for-windows/stop-holding-back-msys2-runtime-3.5.5
Stop holding back msys2 runtime 3.5.5
2 parents 287a795 + e5a0e66 commit 1e29345

File tree

660 files changed

+5474
-3335
lines changed

Some content is hidden

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

660 files changed

+5474
-3335
lines changed

etc/pacman.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ HoldPkg = pacman
2121
Architecture = auto
2222

2323
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
24-
IgnorePkg = msys2-runtime msys2-runtime-devel
24+
# IgnorePkg =
2525
#IgnoreGroup =
2626

2727
#NoUpgrade =

mingw32/bin/liblzma-5.dll

-44 Bytes
Binary file not shown.

mingw32/bin/lzmadec.exe

475 Bytes
Binary file not shown.

mingw32/bin/lzmainfo.exe

30.1 KB
Binary file not shown.

mingw32/bin/unxz.exe

28.4 KB
Binary file not shown.

mingw32/bin/xz.exe

28.4 KB
Binary file not shown.

mingw32/bin/xzcat.exe

28.4 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.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

mingw32/bin/xzdec.exe

475 Bytes
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.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

0 commit comments

Comments
 (0)