diff --git a/bucket/ruby.json b/bucket/ruby.json index 0bd2bf4b45..a1b83aa98c 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.3.1-1", + "version": "3.3.2-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.1-1/rubyinstaller-3.3.1-1-x64.7z", - "hash": "7d5ac4d553fc4cf3e264ba690bc7aab848744b6f6a4d5c865d33961d36aa162f", - "extract_dir": "rubyinstaller-3.3.1-1-x64" + "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" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.1-1/rubyinstaller-3.3.1-1-x86.7z", - "hash": "18f3b672f72d53e0e626afedeeb101e5f868b032364c452e86916e2b6867428c", - "extract_dir": "rubyinstaller-3.3.1-1-x86" + "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" } }, "post_install": "gem install rake",