Skip to content

Commit d2a80d3

Browse files
authored
Merge pull request #225028 from mislav/update-ruby-build.rb-1748470383
ruby-build 20250529.1
2 parents e5620fe + b9538b4 commit d2a80d3

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://rbenv.org/man/ruby-build.1"
4-
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250516.tar.gz"
5-
sha256 "16b3778d6a8ab04dec53078bedb728d87dec97727b9e88c0acd8194a9728c269"
4+
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20250529.1.tar.gz"
5+
sha256 "8b3b2198ec436ac8dfc761cbafd58e00d73f44b357d0ac134ee35ec3ed3ea3fd"
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: "fdb0caa3f40aa2f6afcb20c7cf18f67b6ec48b172f2cc3adfbcb09e8e3866af9"
10+
sha256 cellar: :any_skip_relocation, all: "93d5ca3ad145a3fe62de35b08a1f4d4f2dcfad09dab5c95195b3a0e00ef388c6"
1111
end
1212

1313
depends_on "autoconf"

0 commit comments

Comments
 (0)