Skip to content

Commit 0fa6f68

Browse files
authored
Merge pull request Homebrew#206555 from mislav/update-ruby-build.rb-1738714694
ruby-build 20250205
2 parents e344d77 + d7cbd35 commit 0fa6f68

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/v20250130.tar.gz"
5-
sha256 "d8ef29edc281ee4c8a6e1d0ff7bbd9609fd9275a8993ba24a288151e054aa470"
4+
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250205.tar.gz"
5+
sha256 "1ac47d39c32b96be44d81abc3146f46e71d5a89adbb67de4d665f96d15ad1a28"
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: "4b66be6d6ab3a21ce3e5ab020aa694181dd28e97bdebc8d040f5b1b509c1d1ab"
10+
sha256 cellar: :any_skip_relocation, all: "ac2df68937f66f4c04c2c6f84463f255c25a89e0197224ebbee2effab04cc6f3"
1111
end
1212

1313
depends_on "autoconf"

0 commit comments

Comments
 (0)