mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
Update msys2 to version 20170918
This commit is contained in:
parent
888245ff54
commit
42ab31247f
13
msys2.json
13
msys2.json
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user