mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
47 lines
1.8 KiB
JSON
47 lines
1.8 KiB
JSON
{
|
|
"homepage": "https://rubyinstaller.org",
|
|
"version": "2.6.3-1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x64.7z",
|
|
"hash": "3f196564b1aec474a0f3bf4731dec8dcf8efeb8e7eec434dbc720d800b877e3e",
|
|
"extract_dir": "rubyinstaller-2.6.3-1-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.3-1/rubyinstaller-2.6.3-1-x86.7z",
|
|
"hash": "5a3a2e75c167304e15a60740b476f985022f144703c27ce5aad62a368406b78f",
|
|
"extract_dir": "rubyinstaller-2.6.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|