From 20f84b8d7338c755345190236e4e2640e96a34ed Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:52:20 -0500 Subject: [PATCH 1/2] ruby-install 0.9.4 --- Formula/r/ruby-install.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-install.rb b/Formula/r/ruby-install.rb index 2d9651b25f0a6..fce947d84b54c 100644 --- a/Formula/r/ruby-install.rb +++ b/Formula/r/ruby-install.rb @@ -1,8 +1,8 @@ class RubyInstall < Formula desc "Install Ruby, JRuby, Rubinius, TruffleRuby, or mruby" homepage "https://github.com/postmodern/ruby-install" - url "https://github.com/postmodern/ruby-install/releases/download/v0.9.3/ruby-install-0.9.3.tar.gz" - sha256 "f1cc6c2fdba5591d7734c92201cca0dadb34038f8159ab89e0cf4e096ebb310a" + url "https://github.com/postmodern/ruby-install/releases/download/v0.9.4/ruby-install-0.9.4.tar.gz" + sha256 "c932e5a61e5cf11056ba6224fd75f75f2a71a991d4fc216d670ba96d7cc5c6a0" license "MIT" head "https://github.com/postmodern/ruby-install.git", branch: "master" From 96cbd238db431b6600c05922f6f2a7fef3938f45 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:54:40 +0000 Subject: [PATCH 2/2] ruby-install: update 0.9.4 bottle. --- Formula/r/ruby-install.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/r/ruby-install.rb b/Formula/r/ruby-install.rb index fce947d84b54c..b41da803a6a80 100644 --- a/Formula/r/ruby-install.rb +++ b/Formula/r/ruby-install.rb @@ -7,8 +7,7 @@ class RubyInstall < Formula head "https://github.com/postmodern/ruby-install.git", branch: "master" bottle do - rebuild 2 - sha256 cellar: :any_skip_relocation, all: "f0f38dd79961d78a317bbdc6d0c72db9119812dae220526b011b653b40bf8ddc" + sha256 cellar: :any_skip_relocation, all: "f469f77ab8e75bfd324cafaa522d5245a68c345d343f8996a8a16ba497981712" end depends_on "xz"