From 0f9cf73d040728ea5aa524f77123affb8840c96a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 20:29:33 +0000 Subject: [PATCH] ruby: Update to version 3.4.3-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index 371f1ac378..fc1056af2d 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.4.2-1", + "version": "3.4.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.4.2-1/rubyinstaller-3.4.2-1-x64.7z", - "hash": "99f2bc97a0f905e4b4ae081a12f757a228824b88b44d7788c31b28f3dc5567e9", - "extract_dir": "rubyinstaller-3.4.2-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.3-1/rubyinstaller-3.4.3-1-x64.7z", + "hash": "d4c26b729bad2351bb7403579e522a2a98d023a6a46c2a8698d3ac6004921013", + "extract_dir": "rubyinstaller-3.4.3-1-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.2-1/rubyinstaller-3.4.2-1-x86.7z", - "hash": "6ad1ec1e3aab2abd90359decb7b4be91859c751f7153c67a11465fc874b21857", - "extract_dir": "rubyinstaller-3.4.2-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.4.3-1/rubyinstaller-3.4.3-1-x86.7z", + "hash": "c00f7a78d7484bae8b31de0f8c715d8feeb3e5cf5b3616da7396da217047fee7", + "extract_dir": "rubyinstaller-3.4.3-1-x86" } }, "post_install": "gem install rake",