ruby: Update to version 3.4.5-1

This commit is contained in:
github-actions[bot] 2025-07-24 20:29:36 +00:00
parent 3d76b024ad
commit c8ba7a550e

View File

@ -1,5 +1,5 @@
{ {
"version": "3.4.4-2", "version": "3.4.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.4.4-2/rubyinstaller-3.4.4-2-x64.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.5-1/rubyinstaller-3.4.5-1-x64.7z",
"hash": "29fe655a8bee91d6466e631ae612142a1c5d68d46323ccca7f35add2dbb28b51", "hash": "61634b204f808deec191a6819e4c25c7b3005d84537b24c4fbe7c604aeece89f",
"extract_dir": "rubyinstaller-3.4.4-2-x64" "extract_dir": "rubyinstaller-3.4.5-1-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-3.4.4-2-x86.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.5-1/rubyinstaller-3.4.5-1-x86.7z",
"hash": "1463f69e9bb5ef986fa8b0a4653733520e04cad5eaf909df1a238d61caa9bd93", "hash": "e505ee7e346ab62ae322768a384563b482dbca9034f746d381050dcb2f4f73ff",
"extract_dir": "rubyinstaller-3.4.4-2-x86" "extract_dir": "rubyinstaller-3.4.5-1-x86"
} }
}, },
"post_install": "gem install rake", "post_install": "gem install rake",