ruby: Update to version 3.1.2-1

This commit is contained in:
github-actions[bot] 2022-04-20 08:29:58 +00:00
parent ae398a0286
commit b17976d5c3

View File

@ -1,5 +1,5 @@
{ {
"version": "3.1.1-1", "version": "3.1.2-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.1.1-1/rubyinstaller-3.1.1-1-x64.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-3.1.2-1-x64.7z",
"hash": "8635aa0cffe3326a376a3e519b41373967268f5570a8dd7fbc6353904ff78bc5", "hash": "637039c18dd4ad4a1fed326eed8caca8a686b79cee68bf6b85636bf9ec3a083c",
"extract_dir": "rubyinstaller-3.1.1-1-x64" "extract_dir": "rubyinstaller-3.1.2-1-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.1-1/rubyinstaller-3.1.1-1-x86.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.2-1/rubyinstaller-3.1.2-1-x86.7z",
"hash": "360bc9910d5609476ae6ed48a1b11679b68c26360f7d1547a31533ad565f2bd9", "hash": "33901d2750d7724bc02b00529601e155e8b4a72a85b82e188d0b140f66eeffd4",
"extract_dir": "rubyinstaller-3.1.1-1-x86" "extract_dir": "rubyinstaller-3.1.2-1-x86"
} }
}, },
"post_install": "gem install rake", "post_install": "gem install rake",