ruby: Update to version 3.3.3-1

This commit is contained in:
github-actions[bot] 2024-06-15 00:33:30 +00:00
parent f9f7517988
commit d43cf5c99d

View File

@ -1,5 +1,5 @@
{
"version": "3.3.2-1",
"version": "3.3.3-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.2-1/rubyinstaller-3.3.2-1-x64.7z",
"hash": "7e09b29451994fe3e5135bb1b49527043b0e054fa773dfcdb91f9d8851252c88",
"extract_dir": "rubyinstaller-3.3.2-1-x64"
"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"
},
"32bit": {
"url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.2-1/rubyinstaller-3.3.2-1-x86.7z",
"hash": "2b590af0bac6d9eb3c4dfa6c7d5f6d04c71f4fef7366052c52cddd664efbaf68",
"extract_dir": "rubyinstaller-3.3.2-1-x86"
"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"
}
},
"post_install": "gem install rake",