From c5c88a619da48907cbc5d64073c4c52457f479ed Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 11 Sep 2023 19:19:27 -0400 Subject: [PATCH 1/2] ruby-build 20230912 --- Formula/r/ruby-build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index f7c6739243d1f..000177e496f21 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -1,8 +1,8 @@ class RubyBuild < Formula desc "Install various Ruby versions and implementations" homepage "https://github.com/rbenv/ruby-build" - url "https://github.com/rbenv/ruby-build/archive/v20230904.tar.gz" - sha256 "7bda707d6fe6f8af210bd38b741d1ced05b855f0a045de241640bdfafb4fa72d" + url "https://github.com/rbenv/ruby-build/archive/v20230912.tar.gz" + sha256 "8149693826d701a6109538fed598f66f51aae331a2d2a4af35fe47fdc7c01656" license "MIT" head "https://github.com/rbenv/ruby-build.git", branch: "master" From 86840456780d508476a027b340104096e1c82065 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 12 Sep 2023 01:33:17 +0000 Subject: [PATCH 2/2] ruby-build: update 20230912 bottle. --- Formula/r/ruby-build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/r/ruby-build.rb b/Formula/r/ruby-build.rb index 000177e496f21..f7df38f3e30cb 100644 --- a/Formula/r/ruby-build.rb +++ b/Formula/r/ruby-build.rb @@ -7,7 +7,7 @@ class RubyBuild < Formula head "https://github.com/rbenv/ruby-build.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "f4b871fa0694dba9f215df79959677c222e0d3c788fd9c1a1d1e07962487e650" + sha256 cellar: :any_skip_relocation, all: "c44306551c908cb0a92bd59c476e6c76b4fe5f365d988199fd4a663819a87e21" end depends_on "autoconf"