From 7e026735c34ce1719e71cfe180afa6f1a8be2377 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Apr 2023 00:33:15 +0000 Subject: [PATCH] ruby: Update to version 3.2.2-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index e658dee0ff..bf74eaad5e 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.2.1-1", + "version": "3.2.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.2.1-1/rubyinstaller-3.2.1-1-x64.7z", - "hash": "e9d733db983b1a3001d9da9f66db1fe95bfeed0dac8130028cddc08274ef1af3", - "extract_dir": "rubyinstaller-3.2.1-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.2-1/rubyinstaller-3.2.2-1-x64.7z", + "hash": "1f0f55ba0790676be6d701515a244159e9ca2d6314f1101560e3e8a277a2661e", + "extract_dir": "rubyinstaller-3.2.2-1-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.1-1/rubyinstaller-3.2.1-1-x86.7z", - "hash": "4878184607b4cc294aadec55f2dfa08e1fe55e69c45fff8c57effb1fe58259b0", - "extract_dir": "rubyinstaller-3.2.1-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.2-1/rubyinstaller-3.2.2-1-x86.7z", + "hash": "9610b04045705d492e537743a8de173a02b55f3ee963a4008a7fbd8ddbd87b21", + "extract_dir": "rubyinstaller-3.2.2-1-x86" } }, "post_install": "gem install rake",