ruby: Update to version 3.4.2-1

This commit is contained in:
github-actions[bot] 2025-02-15 20:26:13 +00:00
parent c9552d0579
commit 8e52b43db1

View File

@ -1,5 +1,5 @@
{ {
"version": "3.4.1-2", "version": "3.4.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.4.1-2/rubyinstaller-3.4.1-2-x64.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.2-1/rubyinstaller-3.4.2-1-x64.7z",
"hash": "8c76fbcb56c3ea76716a18e7da30b2bfceea1fb3c7c54c8fc63dcc1436bfc58f", "hash": "99f2bc97a0f905e4b4ae081a12f757a228824b88b44d7788c31b28f3dc5567e9",
"extract_dir": "rubyinstaller-3.4.1-2-x64" "extract_dir": "rubyinstaller-3.4.2-1-x64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.1-2/rubyinstaller-3.4.1-2-x86.7z", "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.2-1/rubyinstaller-3.4.2-1-x86.7z",
"hash": "f1099dc04ccf95a5314de5f29b1d7420b8fd21a37744b8a07aaa8586450ba9bf", "hash": "6ad1ec1e3aab2abd90359decb7b4be91859c751f7153c67a11465fc874b21857",
"extract_dir": "rubyinstaller-3.4.1-2-x86" "extract_dir": "rubyinstaller-3.4.2-1-x86"
} }
}, },
"post_install": "gem install rake", "post_install": "gem install rake",