mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
|
"homepage": "https://rubyinstaller.org",
|
|
"version": "2.5.1-2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.1-2/rubyinstaller-2.5.1-2-x64.7z",
|
|
"hash": "e8a636088a63c8ad50bce1fdef7a3295f162f562440545e936df9c76a04eb6bd",
|
|
"extract_dir": "rubyinstaller-2.5.1-2-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.5.1-2/rubyinstaller-2.5.1-2-x86.7z",
|
|
"hash": "82bb69afce9877110d72879ac45c23dd5ece0283862281bd7e5b9299e615da53",
|
|
"extract_dir": "rubyinstaller-2.5.1-2-x86"
|
|
}
|
|
},
|
|
"persist": "gems",
|
|
"env_add_path": [
|
|
"bin",
|
|
"gems\\bin"
|
|
],
|
|
"env_set": {
|
|
"GEM_HOME": "$dir\\gems",
|
|
"GEM_PATH": "$dir\\gems"
|
|
},
|
|
"suggest": {
|
|
"MSYS2": [
|
|
"msys2"
|
|
]
|
|
},
|
|
"post_install": "gem install rake",
|
|
"notes": "Install MSYS2 via 'scoop install msys2' and then run 'ridk install' to install the toolchain!",
|
|
"checkver": {
|
|
"github": "https://github.com/oneclick/rubyinstaller2",
|
|
"re": "/releases/tag/(?:v|rubyinstaller-)?([\\d.]+(?:-[\\d])?)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-$version/rubyinstaller-$version-x64.7z",
|
|
"extract_dir": "rubyinstaller-$version-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-$version/rubyinstaller-$version-x86.7z",
|
|
"extract_dir": "rubyinstaller-$version-x86"
|
|
}
|
|
}
|
|
}
|
|
}
|