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.4.5-1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x64.7z",
|
|
"hash": "0fad5cefc7b5f063f7d1b8acd3c520d870135d3422aa5946e601e08dad3ca3d9",
|
|
"extract_dir": "rubyinstaller-2.4.5-1-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.5-1/rubyinstaller-2.4.5-1-x86.7z",
|
|
"hash": "a9e63a742d0f70e462c06154781c37c53abbe22143e50adcca75ae0820baf3d5",
|
|
"extract_dir": "rubyinstaller-2.4.5-1-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"
|
|
}
|
|
}
|
|
}
|
|
}
|