From b04741dc6e63a4676889c300e58903f1a92505a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 08:26:47 +0000 Subject: [PATCH] ruby: Update to version 3.2.3-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index fa363324d1..5d3220c01c 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.3.0-1", + "version": "3.2.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.0-1/rubyinstaller-3.3.0-1-x64.7z", - "hash": "6a1bb52f692befc38c00cfab64b20c7d73409d775518af952677485597d75ad4", - "extract_dir": "rubyinstaller-3.3.0-1-x64" + "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" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.3.0-1/rubyinstaller-3.3.0-1-x86.7z", - "hash": "68a25566af07d2f7a5667cc6d92bcef8539606585aef0967e01a88a5c1150e5e", - "extract_dir": "rubyinstaller-3.3.0-1-x86" + "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" } }, "post_install": "gem install rake",