ruby: Update to version 3.4.4-1

This commit is contained in:
github-actions[bot] 2025-05-16 20:29:15 +00:00
parent 6b05dec7ac
commit d770da0fec

View File

@ -1,5 +1,5 @@
{
"version": "3.4.3-1",
"version": "3.4.4-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.4.3-1/rubyinstaller-3.4.3-1-x64.7z",
"hash": "d4c26b729bad2351bb7403579e522a2a98d023a6a46c2a8698d3ac6004921013",
"extract_dir": "rubyinstaller-3.4.3-1-x64"
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-1/rubyinstaller-3.4.4-1-x64.7z",
"hash": "3633b9e6d260f558cc9703f9b82e95bf571d1cf4c12acb43d86a90b749890cbc",
"extract_dir": "rubyinstaller-3.4.4-1-x64"
},
"32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.3-1/rubyinstaller-3.4.3-1-x86.7z",
"hash": "c00f7a78d7484bae8b31de0f8c715d8feeb3e5cf5b3616da7396da217047fee7",
"extract_dir": "rubyinstaller-3.4.3-1-x86"
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-1/rubyinstaller-3.4.4-1-x86.7z",
"hash": "5e20219d5ec0d848b89a78f70b81ac23cbe5f96ea61337101f989e05b0fdaed8",
"extract_dir": "rubyinstaller-3.4.4-1-x86"
}
},
"post_install": "gem install rake",