From c4cfc83fd17c619d5cd9969546d1b2fd02d4fdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 14 Jan 2025 23:40:24 +0100 Subject: [PATCH 1/2] ruby-build 20250114 Created by https://github.com/mislav/bump-homebrew-formula-action --- 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 c2e7e52b75fb6..3082cb97bd5bb 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/refs/tags/v20241225.2.tar.gz" - sha256 "ae43d89f54b8765d04673fa9da993143ac5269c1ae2671509c3d3fab73f06d20" + url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250114.tar.gz" + sha256 "fdfc6b2234c0984822f120afb6bbb50ee92413c16875bc153db1c390bca156cc" license "MIT" head "https://github.com/rbenv/ruby-build.git", branch: "master" From 4aacd3d7ab4461443847228520216bd1dcd995de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:15:14 +0000 Subject: [PATCH 2/2] ruby-build: update 20250114 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 3082cb97bd5bb..b7942a42a2f28 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: "d33c0918bdce5f94ca0ae7383d23aa3a64b7e1fe7108619837d3c7dc2ba39515" + sha256 cellar: :any_skip_relocation, all: "e61b2b0341d9f9c6a410ca0caf4b01a383de0fa8ea33428a281300636f192e49" end depends_on "autoconf"