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