ruby: Update to version 3.3.4-1

This commit is contained in:
github-actions[bot] 2024-07-10 16:28:55 +00:00
parent d91fe3634b
commit eb10b3352c

View File

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