Skip to content

Commit ecf1bbf

Browse files
authored
Merge pull request #245635 from mislav/update-ruby-build.rb-1758801434
ruby-build 20250925
2 parents de00654 + 40e223a commit ecf1bbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/r/ruby-build.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class RubyBuild < Formula
22
desc "Install various Ruby versions and implementations"
33
homepage "https://rbenv.org/man/ruby-build.1"
4-
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250916.1.tar.gz"
5-
sha256 "3e2c33a21a21cda5b4f8725850f9f142a4af0a4062b8b40d1e3c9fae7b50f3b2"
4+
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250925.tar.gz"
5+
sha256 "a8407007559be6b694c1a0daa34cb4e4a914d6678367047140caee9597434487"
66
license "MIT"
77
head "https://github.com/rbenv/ruby-build.git", branch: "master"
88

99
no_autobump! because: :requires_manual_review
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, all: "8a76ebc39a871eceb40bef84098c1dd4bce352e8a671cfbd28de3c951c7318f2"
12+
sha256 cellar: :any_skip_relocation, all: "43939f49b59a5ce290d31370fb99143d11e1b6d5530465b3fe61b98ab532f8a0"
1313
end
1414

1515
depends_on "autoconf"

0 commit comments

Comments
 (0)