From 1b809efa3fae1bdec761b67ed625d278de356ef1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:33:58 +0000 Subject: [PATCH] ruby: Update to version 3.2.0-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index aa18eda2bc..a99289de2f 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.1.3-1", + "version": "3.2.0-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.1.3-1/rubyinstaller-3.1.3-1-x64.7z", - "hash": "727080e81cee2146cfd723a5bb6146b1e75327824eb49e0f2dfd5ac11fb150fc", - "extract_dir": "rubyinstaller-3.1.3-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-1-x64.7z", + "hash": "c89a52859e9b008f73ad2bb2bce57b70b40ed90ccce68eefe16e49803bbb2c41", + "extract_dir": "rubyinstaller-3.2.0-1-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.3-1/rubyinstaller-3.1.3-1-x86.7z", - "hash": "02779660783ac142d30fdcfa5e5b9ff13688424a991d97aaf1eb54f20bbb4dff", - "extract_dir": "rubyinstaller-3.1.3-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.2.0-1/rubyinstaller-3.2.0-1-x86.7z", + "hash": "20729deb61871dcd4724890fd0a1d9cb66c5068acd1ffcebb083b90d9fe5f869", + "extract_dir": "rubyinstaller-3.2.0-1-x86" } }, "post_install": "gem install rake",