Skip to content

Commit 9d361fc

Browse files
committed
index: update the example output
So that the output users get isn't too far off
1 parent f26380c commit 9d361fc

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

web/index.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,20 @@ MSYS2 and what for.
6767
resolving dependencies...
6868
looking for conflicting packages...
6969

70-
Packages (15) mingw-w64-ucrt-x86_64-binutils-2.39-2
71-
mingw-w64-ucrt-x86_64-crt-git-10.0.0.r68.g6eb571448-1
72-
mingw-w64-ucrt-x86_64-gcc-libs-12.2.0-1 mingw-w64-ucrt-x86_64-gmp-6.2.1-3
73-
mingw-w64-ucrt-x86_64-headers-git-10.0.0.r68.g6eb571448-1
74-
mingw-w64-ucrt-x86_64-isl-0.25-1 mingw-w64-ucrt-x86_64-libiconv-1.17-1
75-
mingw-w64-ucrt-x86_64-libwinpthread-git-10.0.0.r68.g6eb571448-1
76-
mingw-w64-ucrt-x86_64-mpc-1.2.1-1 mingw-w64-ucrt-x86_64-mpfr-4.1.0.p13-1
70+
Packages (15) mingw-w64-ucrt-x86_64-binutils-2.41-2
71+
mingw-w64-ucrt-x86_64-crt-git-11.0.0.r216.gffe883434-1
72+
mingw-w64-ucrt-x86_64-gcc-libs-13.2.0-2 mingw-w64-ucrt-x86_64-gmp-6.3.0-2
73+
mingw-w64-ucrt-x86_64-headers-git-11.0.0.r216.gffe883434-1
74+
mingw-w64-ucrt-x86_64-isl-0.26-1 mingw-w64-ucrt-x86_64-libiconv-1.17-3
75+
mingw-w64-ucrt-x86_64-libwinpthread-git-11.0.0.r216.gffe883434-1
76+
mingw-w64-ucrt-x86_64-mpc-1.3.1-2 mingw-w64-ucrt-x86_64-mpfr-4.2.1-2
7777
mingw-w64-ucrt-x86_64-windows-default-manifest-6.4-4
78-
mingw-w64-ucrt-x86_64-winpthreads-git-10.0.0.r68.g6eb571448-1
79-
mingw-w64-ucrt-x86_64-zlib-1.2.12-1 mingw-w64-ucrt-x86_64-zstd-1.5.2-2
80-
mingw-w64-ucrt-x86_64-gcc-12.2.0-1
78+
mingw-w64-ucrt-x86_64-winpthreads-git-11.0.0.r216.gffe883434-1
79+
mingw-w64-ucrt-x86_64-zlib-1.3-1 mingw-w64-ucrt-x86_64-zstd-1.5.5-1
80+
mingw-w64-ucrt-x86_64-gcc-13.2.0-2
8181

82-
Total Installed Size: 397.59 MiB
82+
Total Download Size: 49.38 MiB
83+
Total Installed Size: 418.82 MiB
8384

8485
:: Proceed with installation? [Y/n]
8586
[... downloading and installation continues ...]
@@ -89,7 +90,7 @@ MSYS2 and what for.
8990

9091
```console
9192
$ gcc --version
92-
gcc.exe (Rev1, Built by MSYS2 project) 12.2.0
93+
gcc.exe (Rev2, Built by MSYS2 project) 13.2.0
9394
```
9495

9596
9. After installing MSYS2 it will update itself via `pacman`, see the [update guide](./docs/updating.md) for more information.

0 commit comments

Comments
 (0)