Skip to content

Commit

Permalink
Merge pull request #178632 from mislav/update-ruby-build.rb-1722034554
Browse files Browse the repository at this point in the history
ruby-build 20240727
  • Loading branch information
BrewTestBot committed Jul 27, 2024
2 parents 27a2417 + ef39130 commit 87e9601
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/ruby-build.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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/v20240722.tar.gz"
sha256 "e20be01cab3bafa924f33096e9ce9ed56ffeab47f6656d81049c2702114e9b55"
url "https://github.com/rbenv/ruby-build/archive/refs/tags/v20240727.tar.gz"
sha256 "c6359deb8694e19c00af37cadef239af7e3f00e63d89e9333870bbb0178d039c"
license "MIT"
head "https://github.com/rbenv/ruby-build.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "364cb83f4e14a82d27f8acef907c7409c6e25c40d13fc5ac753e2279d4e7ea6b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "364cb83f4e14a82d27f8acef907c7409c6e25c40d13fc5ac753e2279d4e7ea6b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "364cb83f4e14a82d27f8acef907c7409c6e25c40d13fc5ac753e2279d4e7ea6b"
sha256 cellar: :any_skip_relocation, sonoma: "364cb83f4e14a82d27f8acef907c7409c6e25c40d13fc5ac753e2279d4e7ea6b"
sha256 cellar: :any_skip_relocation, ventura: "364cb83f4e14a82d27f8acef907c7409c6e25c40d13fc5ac753e2279d4e7ea6b"
sha256 cellar: :any_skip_relocation, monterey: "364cb83f4e14a82d27f8acef907c7409c6e25c40d13fc5ac753e2279d4e7ea6b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fa85503fe8e6bf917d7163337ff88b15e283d0c461337c6b4ed43b3188dad87d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "811b8eb8aa96f06313e825ca30f2374bfcdf1a11a972564eab5bced5b16fcb6d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "811b8eb8aa96f06313e825ca30f2374bfcdf1a11a972564eab5bced5b16fcb6d"
sha256 cellar: :any_skip_relocation, arm64_monterey: "811b8eb8aa96f06313e825ca30f2374bfcdf1a11a972564eab5bced5b16fcb6d"
sha256 cellar: :any_skip_relocation, sonoma: "811b8eb8aa96f06313e825ca30f2374bfcdf1a11a972564eab5bced5b16fcb6d"
sha256 cellar: :any_skip_relocation, ventura: "811b8eb8aa96f06313e825ca30f2374bfcdf1a11a972564eab5bced5b16fcb6d"
sha256 cellar: :any_skip_relocation, monterey: "811b8eb8aa96f06313e825ca30f2374bfcdf1a11a972564eab5bced5b16fcb6d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "80f4a70f489236ec8682fc27b7f1b791bc65da84915cf1467bc6c15fe33fbeab"
end

depends_on "autoconf"
Expand Down

0 comments on commit 87e9601

Please sign in to comment.