ruby: Update to version 3.3.5-1

This commit is contained in:
github-actions[bot] 2024-09-05 08:29:28 +00:00
parent 00828bfa73
commit 34274dd6d3

View File

@ -1,5 +1,5 @@
{ {
"version": "3.3.4-1", "version": "3.3.5-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.3.4-1/rubyinstaller-3.3.4-1-x64.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.5-1/rubyinstaller-3.3.5-1-x64.7z",
"hash": "c3e55de3a1924848a871b4406eff6e78e8d6de06fc59186dcfec6ceb44d635a9", "hash": "7b1715e464ce750c171d53b5191d549a599d07befb0f54fb56aa785e3f25ba8d",
"extract_dir": "rubyinstaller-3.3.4-1-x64" "extract_dir": "rubyinstaller-3.3.5-1-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.4-1/rubyinstaller-3.3.4-1-x86.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.5-1/rubyinstaller-3.3.5-1-x86.7z",
"hash": "7093fc75098946ca802a19160a4d82803d96362552348162ae6a32514f137b9e", "hash": "886062132002a3a55c0a3728e51d7b6798dd86734c2f5b858b020533844fb788",
"extract_dir": "rubyinstaller-3.3.4-1-x86" "extract_dir": "rubyinstaller-3.3.5-1-x86"
} }
}, },
"post_install": "gem install rake", "post_install": "gem install rake",