msys2: Update to version 2022-10-28 (#4167)

* Update msys2.json

* Update msys2.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Ymigmli 2022-11-26 13:45:07 +08:00 committed by GitHub
parent 6f8c453262
commit 8383779d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ {
"##": "64-bit version is able to build both 32-bit and 64-bit packages", "##": "64-bit version is able to build both 32-bit and 64-bit packages",
"version": "2022-09-04", "version": "2022-10-28",
"description": "A software distro and building platform for Windows.", "description": "A software distro and building platform for Windows.",
"homepage": "http://msys2.github.io", "homepage": "http://msys2.github.io",
"license": "GPL-2.0-only|BSD-3-Clause", "license": "GPL-2.0-only|BSD-3-Clause",
"notes": "Please run 'msys2' now for the MSYS2 setup to complete!", "notes": "Please run 'msys2' now for the MSYS2 setup to complete!",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/msys2/msys2-installer/releases/download/2022-09-04/msys2-base-x86_64-20220904.tar.xz", "url": "https://github.com/msys2/msys2-installer/releases/download/2022-10-28/msys2-base-x86_64-20221028.tar.xz",
"hash": "de80d038d1177fb7dc026e834f4b03965e5d46eaab64a18f991d42bdcb445520", "hash": "622492c535c9372235a6233efcbbefcb064f9b671698d990b3cf71bad0fbdf0a",
"extract_dir": "msys64" "extract_dir": "msys64"
} }
}, },
@ -77,7 +77,7 @@
], ],
"persist": "home", "persist": "home",
"checkver": { "checkver": {
"url": "https://github.com/msys2/msys2-installer", "url": "https://github.com/msys2/msys2-installer/releases",
"regex": "/releases/tag/(?<version>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2}))" "regex": "/releases/tag/(?<version>(?<year>\\d{4})-(?<month>\\d{2})-(?<day>\\d{2}))"
}, },
"autoupdate": { "autoupdate": {