From 418dd611276473909dccbfcfd4d9ab629c16dca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 16:29:21 +0000 Subject: [PATCH] ruby: Update to version 3.4.4-2 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index d279344ac6..07c928d0f4 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.4.4-1", + "version": "3.4.4-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.4.4-1/rubyinstaller-3.4.4-1-x64.7z", - "hash": "3633b9e6d260f558cc9703f9b82e95bf571d1cf4c12acb43d86a90b749890cbc", - "extract_dir": "rubyinstaller-3.4.4-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-3.4.4-2-x64.7z", + "hash": "29fe655a8bee91d6466e631ae612142a1c5d68d46323ccca7f35add2dbb28b51", + "extract_dir": "rubyinstaller-3.4.4-2-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-1/rubyinstaller-3.4.4-1-x86.7z", - "hash": "5e20219d5ec0d848b89a78f70b81ac23cbe5f96ea61337101f989e05b0fdaed8", - "extract_dir": "rubyinstaller-3.4.4-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.4-2/rubyinstaller-3.4.4-2-x86.7z", + "hash": "1463f69e9bb5ef986fa8b0a4653733520e04cad5eaf909df1a238d61caa9bd93", + "extract_dir": "rubyinstaller-3.4.4-2-x86" } }, "post_install": "gem install rake",