msys2: Update to version 2021-02-15

This commit is contained in:
Jakub Čábera 2021-02-16 09:40:11 +01:00
parent 76030c20fb
commit d49159bb7d

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": "2021-01-05", "version": "2021-02-15",
"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/2021-01-05/msys2-base-x86_64-20210105.tar.xz", "url": "https://github.com/msys2/msys2-installer/releases/download/2021-02-15/msys2-base-x86_64-20210215.tar.xz",
"hash": "982e54de087d53adfc6a8caf7614d4a7add36dd02dcb0b7838060dd893e9f596", "hash": "b69e0272b45cfcf7b5dc162b031808e642912629a1614f950326416ec10da3bd",
"extract_dir": "msys64" "extract_dir": "msys64"
} }
}, },