From a53e6d31144165fa061b730b58d3f861f3c61b08 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 19 Apr 2021 21:00:22 +0000 Subject: [PATCH] ruby: Update to version 3.0.1-1 --- bucket/ruby.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/ruby.json b/bucket/ruby.json index 59395ea421..e8605489f3 100644 --- a/bucket/ruby.json +++ b/bucket/ruby.json @@ -1,5 +1,5 @@ { - "version": "3.0.0-1", + "version": "3.0.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.0.0-1/rubyinstaller-3.0.0-1-x64.7z", - "hash": "9f1b144659d9e6ea9fbfccb252432a0fe3c63609758ed3528a297601004aa43a", - "extract_dir": "rubyinstaller-3.0.0-1-x64" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.1-1/rubyinstaller-3.0.1-1-x64.7z", + "hash": "69f6867f4d8f711c82948819fc0b4d6a626e2abd1ad9a917d20081085ec37d70", + "extract_dir": "rubyinstaller-3.0.1-1-x64" }, "32bit": { - "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.0-1/rubyinstaller-3.0.0-1-x86.7z", - "hash": "d00d8b7ef74f5173e7f95a85957733300ce34ef70dafa083201b7f8cfddd2296", - "extract_dir": "rubyinstaller-3.0.0-1-x86" + "url": "https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.1-1/rubyinstaller-3.0.1-1-x86.7z", + "hash": "d280e130c8832c7abb33731a5905d6a9bb47afac48c003277820365be4c7f1ae", + "extract_dir": "rubyinstaller-3.0.1-1-x86" } }, "post_install": "gem install rake",