From 803c64943dc9b43a734c2c0e06be869992416060 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 00:35:18 +0000 Subject: [PATCH] ruby: Update to version 3.1.1-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index 0a7cf1f210..621f1c2f85 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.1.0-1", + "version": "3.1.1-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.0-1/rubyinstaller-3.1.0-1-x64.7z", - "hash": "69575673b94fa004fa505d1274660345f8207c26923878e74e9fb65711b98e5f", - "extract_dir": "rubyinstaller-3.1.0-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.1-1/rubyinstaller-3.1.1-1-x64.7z", + "hash": "8635aa0cffe3326a376a3e519b41373967268f5570a8dd7fbc6353904ff78bc5", + "extract_dir": "rubyinstaller-3.1.1-1-x64" }, "32bit": { - "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" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.1-1/rubyinstaller-3.1.1-1-x86.7z", + "hash": "360bc9910d5609476ae6ed48a1b11679b68c26360f7d1547a31533ad565f2bd9", + "extract_dir": "rubyinstaller-3.1.1-1-x86" } }, "post_install": "gem install rake",