From d43cf5c99decf23eac2f3a0aacbb75ee1dc3d819 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:33:30 +0000 Subject: [PATCH] ruby: Update to version 3.3.3-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index a1b83aa98c..1dfccbd70a 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -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",