Shijia Zhang c976f143ab
msys2: Update to version 20200629 (#1240)
* msys2: Update to version 20200517

* msys2: drop 32bit and update to version 20200629

* msys2: Fix autoupdate

Co-authored-by: codgician <codgician@users.noreply.github.com>
2020-07-06 23:09:34 -07:00

64 lines
1.8 KiB
JSON

{
"homepage": "http://msys2.github.io",
"description": "A software distro and building platform for Windows.",
"##": "64-bit version is able to build both 32-bit and 64-bit packages",
"version": "2020-06-29",
"license": "GPL-2.0-only|BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/msys2/msys2-installer/releases/download/2020-06-29/msys2-base-x86_64-20200629.tar.xz",
"extract_dir": "msys64",
"hash": "44049b4a6a927f1a40f9d925df72764a8e6b2ae3bd62c8421f5a65c50c8eb9c4"
}
},
"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"
]
],
"shortcuts": [
[
"msys2.exe",
"MSYS2"
],
[
"mingw32.exe",
"MinGW32"
],
[
"mingw64.exe",
"MinGW64"
]
],
"persist": "home",
"notes": "Please run 'msys2' now for the MSYS2 setup to complete!",
"checkver": {
"url": "https://github.com/msys2/msys2-installer",
"re": "/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"
}
}
}
}