mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 01:01:22 +00:00
49 lines
1.8 KiB
JSON
49 lines
1.8 KiB
JSON
{
|
|
"homepage": "https://rubyinstaller.org",
|
|
"version": "2.4.2-2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.2-2/rubyinstaller-2.4.2-2-x64.7z",
|
|
"hash": "4d2c57bf82fcd0b9634ac7d3ddb4015b38c745b49ecc447e8c13b1008c4d26d6",
|
|
"extract_dir": "rubyinstaller-2.4.2-2-x64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.2-2/rubyinstaller-2.4.2-2-x86.7z",
|
|
"hash": "68655d8542b5ebb077aa6fcac46189d7b7d182961468c4d8b4f2e4de862f7e2c",
|
|
"extract_dir": "rubyinstaller-2.4.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|