ruby: Update to version 3.0.1-1

This commit is contained in:
Richard Kuhnt 2021-04-19 21:00:22 +00:00
parent 016ef33b62
commit a53e6d3114

View File

@ -1,5 +1,5 @@
{ {
"version": "3.0.0-1", "version": "3.0.1-1",
"description": "A dynamic programming language with a focus on simplicity and productivity.", "description": "A dynamic programming language with a focus on simplicity and productivity.",
"homepage": "https://rubyinstaller.org", "homepage": "https://rubyinstaller.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -9,14 +9,14 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.0-1/rubyinstaller-3.0.0-1-x64.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.1-1/rubyinstaller-3.0.1-1-x64.7z",
"hash": "9f1b144659d9e6ea9fbfccb252432a0fe3c63609758ed3528a297601004aa43a", "hash": "69f6867f4d8f711c82948819fc0b4d6a626e2abd1ad9a917d20081085ec37d70",
"extract_dir": "rubyinstaller-3.0.0-1-x64" "extract_dir": "rubyinstaller-3.0.1-1-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.0-1/rubyinstaller-3.0.0-1-x86.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.1-1/rubyinstaller-3.0.1-1-x86.7z",
"hash": "d00d8b7ef74f5173e7f95a85957733300ce34ef70dafa083201b7f8cfddd2296", "hash": "d280e130c8832c7abb33731a5905d6a9bb47afac48c003277820365be4c7f1ae",
"extract_dir": "rubyinstaller-3.0.0-1-x86" "extract_dir": "rubyinstaller-3.0.1-1-x86"
} }
}, },
"post_install": "gem install rake", "post_install": "gem install rake",