Skip to content

Commit da4b2c6

Browse files
authored
Merge pull request #205070 from mislav/update-ruby-build.rb-1737488936
ruby-build 20250121
2 parents 8414aec + dcaa4b0 commit da4b2c6

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,13 +1,13 @@
11
class RubyBuild < Formula
22
desc "Install various Ruby versions and implementations"
33
homepage "https://github.com/rbenv/ruby-build"
4-
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250115.tar.gz"
5-
sha256 "a3de300a2d02fb4045f2d402465647802a64b626e73907210f13c4260a5a64ec"
4+
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250121.tar.gz"
5+
sha256 "8e69b30941913f7aa3cbf9c464a21e4be43120f631f1ad3cc3992cc273b574cc"
66
license "MIT"
77
head "https://github.com/rbenv/ruby-build.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "b147363e979b4c69115a59043785d75e2a232a40ef23f3f101ded126d4fa9e52"
10+
sha256 cellar: :any_skip_relocation, all: "9279c457f75929ed87a5a97bcdd808aa1584568b3a9129d1c0816c6bc6a87887"
1111
end
1212

1313
depends_on "autoconf"

0 commit comments

Comments
 (0)