ruby: Update to version 3.0.2-1

This commit is contained in:
Richard Kuhnt 2021-07-09 22:00:29 +00:00
parent 7809ae6fc2
commit bc961cd678

View File

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