From 9f1532f230e70a648d95efaf1f696ccf1fd46b12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 12:30:17 +0000 Subject: [PATCH] ruby: Update to version 3.1.0-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index f9a59eaf48..0a7cf1f210 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.0.3-1", + "version": "3.1.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.0.3-1/rubyinstaller-3.0.3-1-x64.7z", - "hash": "30642b62de19f96c9ba3b4082690950bd1971b178527ad5af02accd2bbf0302e", - "extract_dir": "rubyinstaller-3.0.3-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.0-1/rubyinstaller-3.1.0-1-x64.7z", + "hash": "69575673b94fa004fa505d1274660345f8207c26923878e74e9fb65711b98e5f", + "extract_dir": "rubyinstaller-3.1.0-1-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.3-1/rubyinstaller-3.0.3-1-x86.7z", - "hash": "951221954e1207f16e660a64747082455ec337de9472d0e72bcf69c3220ec70e", - "extract_dir": "rubyinstaller-3.0.3-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.0-1/rubyinstaller-3.1.0-1-x86.7z", + "hash": "edd1006fe464b4211e9a3ab11cdd7bfeee992a3603877bef1502568c6e173de8", + "extract_dir": "rubyinstaller-3.1.0-1-x86" } }, "post_install": "gem install rake",