mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
RubyInstaller.org doesn't provide 32-bit binary now. See: https://rubyinstaller.org/downloads/archives/
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"version": "4.0.0-1",
|
|
"description": "A dynamic programming language with a focus on simplicity and productivity.",
|
|
"homepage": "https://rubyinstaller.org",
|
|
"license": "BSD-3-Clause",
|
|
"notes": "Install MSYS2 via 'scoop install msys2' and then run 'ridk install' to install the toolchain!",
|
|
"suggest": {
|
|
"MSYS2": "msys2"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-4.0.0-1/rubyinstaller-4.0.0-1-x64.7z",
|
|
"hash": "4ca3a8a725d204accc4919bf1103a10acee609b67bf2d6ec8ac692eb18dfb780",
|
|
"extract_dir": "rubyinstaller-4.0.0-1-x64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-4.0.0-1/rubyinstaller-4.0.0-1-arm.7z",
|
|
"hash": "32fd28e78174bcd3c66dbb843afa6ff295088bd4dbad3cdb4aa3bb1e5a2bd95f",
|
|
"extract_dir": "rubyinstaller-4.0.0-1-arm"
|
|
}
|
|
},
|
|
"post_install": "gem install rake",
|
|
"env_add_path": [
|
|
"bin",
|
|
"gems\\bin"
|
|
],
|
|
"env_set": {
|
|
"GEM_HOME": "$dir\\gems",
|
|
"GEM_PATH": "$dir\\gems"
|
|
},
|
|
"persist": "gems",
|
|
"checkver": {
|
|
"url": "https://raw.githubusercontent.com/oneclick/rubyinstaller.org-website/master/_data/downloads.yaml",
|
|
"regex": "Ruby (\\S+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-$version/rubyinstaller-$version-x64.7z",
|
|
"extract_dir": "rubyinstaller-$version-x64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-$version/rubyinstaller-$version-arm.7z",
|
|
"extract_dir": "rubyinstaller-$version-arm"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://raw.githubusercontent.com/oneclick/rubyinstaller.org-website/master/_data/downloads.yaml",
|
|
"regex": "(?sm)$basename[^.].*?$sha256"
|
|
}
|
|
}
|
|
}
|