Update msys2 to version 20170918

This commit is contained in:
Richard Kuhnt 2018-01-29 15:41:07 +01:00
parent 888245ff54
commit 42ab31247f

View File

@ -1,17 +1,17 @@
{
"homepage": "http://msys2.github.io",
"##": "64-bit version is able to build both 32-bit and 64-bit packages",
"version": "20161025",
"version": "20170918",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20161025.tar.xz",
"url": "https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20170918.tar.xz",
"extract_dir": "msys64",
"hash": "sha1:05fd74a6c61923837dffe22601c9014f422b5460"
"hash": "sha1:3f0c84114512990f389bbf397e5f7ef70dea963b"
},
"32bit": {
"url": "https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20161025.tar.xz",
"url": "https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20170918.tar.xz",
"extract_dir": "msys32",
"hash": "sha1:5d17fa53077a93a38a9ac0acb8a03bf6c2fc32ad"
"hash": "sha1:1b6d65454954148b47967316d76fba9637d7e283"
}
},
"bin": [
@ -23,7 +23,8 @@
"env_add_path": ".",
"notes": "Please run 'msys2' now for the MSYS2 setup to complete!",
"checkver": {
"re": "http://repo.msys2.org/distrib/x86_64/msys2-x86_64-(\\d+).exe"
"url": "https://sourceforge.net/projects/msys2/files/Base/x86_64/",
"re": "/msys2-base-x86_64-(\\d+).tar.xz"
},
"autoupdate": {
"architecture": {