From 05c37a017b47e2ff2c81d78f89abbf0db74872ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:34:44 +0000 Subject: [PATCH] ruby: Update to version 3.3.6-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index ee722f16be..a50d3454c7 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.3.5-1", + "version": "3.3.6-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.5-1/rubyinstaller-3.3.5-1-x64.7z", - "hash": "7b1715e464ce750c171d53b5191d549a599d07befb0f54fb56aa785e3f25ba8d", - "extract_dir": "rubyinstaller-3.3.5-1-x64" + "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" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.5-1/rubyinstaller-3.3.5-1-x86.7z", - "hash": "886062132002a3a55c0a3728e51d7b6798dd86734c2f5b858b020533844fb788", - "extract_dir": "rubyinstaller-3.3.5-1-x86" + "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" } }, "post_install": "gem install rake",