Skip to content

Commit

Permalink
Merge pull request #191435 from Homebrew/bump-oasdiff-1.10.25
Browse files Browse the repository at this point in the history
oasdiff 1.10.25
  • Loading branch information
BrewTestBot committed Sep 21, 2024
2 parents bd63533 + c2c93a7 commit 28f6f31
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/o/oasdiff.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Oasdiff < Formula
desc "OpenAPI Diff and Breaking Changes"
homepage "https://www.oasdiff.com/"
url "https://github.com/Tufin/oasdiff/archive/refs/tags/v1.10.24.tar.gz"
sha256 "ff9809793626ef1909303ff89b6b2ba5cf2cfb2901c0d9dda7ed870a08a244f9"
url "https://github.com/Tufin/oasdiff/archive/refs/tags/v1.10.25.tar.gz"
sha256 "878018d77b349d76811da8ff677ebc1e195581a1e148ff38d81c42d7c4d56b93"
license "Apache-2.0"
head "https://github.com/Tufin/oasdiff.git", branch: "main"

Expand All @@ -13,14 +13,12 @@ class Oasdiff < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c62a4efbc1a388e4541f7f19c8cd8554b2bdc8c1271867f702e04cd5ce65bfd4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c62a4efbc1a388e4541f7f19c8cd8554b2bdc8c1271867f702e04cd5ce65bfd4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c62a4efbc1a388e4541f7f19c8cd8554b2bdc8c1271867f702e04cd5ce65bfd4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c62a4efbc1a388e4541f7f19c8cd8554b2bdc8c1271867f702e04cd5ce65bfd4"
sha256 cellar: :any_skip_relocation, sonoma: "057ad1ec180f53d52b3617883b4a9345a34053d139f8f8b931f7313ef3d16f03"
sha256 cellar: :any_skip_relocation, ventura: "057ad1ec180f53d52b3617883b4a9345a34053d139f8f8b931f7313ef3d16f03"
sha256 cellar: :any_skip_relocation, monterey: "057ad1ec180f53d52b3617883b4a9345a34053d139f8f8b931f7313ef3d16f03"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4c1ecbd0efc0d1e64d3458a9d52c63eee04ec7fa2f8f4be9189595e678238aa9"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8eb649f4a71464ac369ce586767bbd7819046c27a42824083eae49ce28436261"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8eb649f4a71464ac369ce586767bbd7819046c27a42824083eae49ce28436261"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8eb649f4a71464ac369ce586767bbd7819046c27a42824083eae49ce28436261"
sha256 cellar: :any_skip_relocation, sonoma: "b3415274bc963f1ee079394b5dc8f5a4d57313456254dbf6c992d4a85a297b67"
sha256 cellar: :any_skip_relocation, ventura: "b3415274bc963f1ee079394b5dc8f5a4d57313456254dbf6c992d4a85a297b67"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6f68bbd076053fcdfde02ac41cec7ec895511b451d187f76d998466bf92afe2c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 28f6f31

Please sign in to comment.