ScoopInstaller_Main/msys2.json
Álvaro S d93447231a Ruby 2.4.1-2 (#1688)
* Ruby 2.4.1-2

* ruby: fix checkver and add autoupdate

* ruby: improve setup

- rake is required for ridk to work
- add suggestion for scoops msys2
- add notes for installing msys2 and the toolchain

* msys2: add note for the first run setup

* msys2: add to path (required for rubys ridk to find it)
2017-09-08 18:58:48 +02:00

41 lines
1.4 KiB
JSON

{
"homepage": "http://msys2.github.io",
"##": "64-bit version is able to build both 32-bit and 64-bit packages",
"version": "20161025",
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20161025.tar.xz",
"extract_dir": "msys64",
"hash": "bb1f1a0b35b3d96bf9c15092da8ce969a84a134f7b08811292fbc9d84d48c65d"
},
"32bit": {
"url": "https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-20161025.tar.xz",
"extract_dir": "msys32",
"hash": "8bafd3d52f5a51528a8671c1cae5591b36086d6ea5b1e76e17e390965cf6768f"
}
},
"bin": [
[
"msys2_shell.cmd",
"msys2"
]
],
"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"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-$version.tar.xz",
"extract_dir": "msys64"
},
"32bit": {
"url": "https://sourceforge.net/projects/msys2/files/Base/i686/msys2-base-i686-$version.tar.xz",
"extract_dir": "msys32"
}
}
}
}