diff --git a/bucket/ruby.json b/bucket/ruby.json index a50d3454c7..88ae30b371 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.3.6-1", + "version": "3.3.6-2", "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.6-1/rubyinstaller-3.3.6-1-x64.7z", - "hash": "c0409afee7429b1c2da3a0ce4ecf1ac65673e47901cc4ae455f0d08e1975d179", - "extract_dir": "rubyinstaller-3.3.6-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x64.7z", + "hash": "85cc68618b615d37c97fe71547ad875a80e25c34cb4593a82075a09b595864b6", + "extract_dir": "rubyinstaller-3.3.6-2-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-1/rubyinstaller-3.3.6-1-x86.7z", - "hash": "fefbc7c48c0e1da6f4cba73ea840e8844a267a3e94e7faf1ee514484ab2862a8", - "extract_dir": "rubyinstaller-3.3.6-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.6-2/rubyinstaller-3.3.6-2-x86.7z", + "hash": "960fbc3f64191cdad58023aa9b59a3cbfa7f63530d1635f14c0b173643e92118", + "extract_dir": "rubyinstaller-3.3.6-2-x86" } }, "post_install": "gem install rake",