-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmsys2.json
99 lines (99 loc) · 2.73 KB
/
msys2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"##": "64-bit version is able to build both 32-bit and 64-bit packages",
"version": "2025-02-21",
"description": "A software distro and building platform for Windows.",
"homepage": "http://www.msys2.org/",
"license": "GPL-2.0-only|BSD-3-Clause",
"notes": "Please run 'msys2' now for the MSYS2 setup to complete!",
"architecture": {
"64bit": {
"url": "https://github.com/msys2/msys2-installer/releases/download/2025-02-21/msys2-base-x86_64-20250221.tar.xz",
"hash": "850589091e731d14b234447084737ca62aee1cc1e3c10be62fcdc12b8263d70b",
"extract_dir": "msys64"
}
},
"bin": [
[
"msys2_shell.cmd",
"msys2",
"-msys2 -defterm -here -no-start"
],
[
"msys2_shell.cmd",
"mingw",
"-mingw -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"mingw32",
"-mingw32 -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"mingw64",
"-mingw64 -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"clang32",
"-clang32 -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"clang64",
"-clang64 -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"clangarm64",
"-clangarm64 -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"ucrt64",
"-ucrt64 -defterm -here -full-path -no-start"
]
],
"shortcuts": [
[
"msys2.exe",
"MSYS2"
],
[
"mingw32.exe",
"MinGW32"
],
[
"mingw64.exe",
"MinGW64"
],
[
"clang32.exe",
"Clang32"
],
[
"clang64.exe",
"Clang64"
],
[
"clangarm64.exe",
"ClangArm64"
],
[
"ucrt64.exe",
"UCRT64"
]
],
"persist": "home",
"checkver": {
"url": "https://github.com/msys2/msys2-installer/releases",
"regex": "/releases/tag/(?<version>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2}))"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/msys2/msys2-installer/releases/download/$version/msys2-base-x86_64-$matchYear$matchMonth$matchDay.tar.xz"
}
}
}
}