Skip to content

Commit

Permalink
Merge pull request #191270 from Homebrew/oasdiff-livecheck
Browse files Browse the repository at this point in the history
oasdiff: add livecheck
  • Loading branch information
BrewTestBot authored Sep 19, 2024
2 parents ef97324 + f260859 commit 9170222
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/o/oasdiff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ class Oasdiff < Formula
license "Apache-2.0"
head "https://github.com/Tufin/oasdiff.git", branch: "main"

# Livecheck against GitHub latest releases is necessary because there was a v1.6.0 release after v2.1.2.
livecheck do
url :stable
strategy :github_latest
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c62a4efbc1a388e4541f7f19c8cd8554b2bdc8c1271867f702e04cd5ce65bfd4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c62a4efbc1a388e4541f7f19c8cd8554b2bdc8c1271867f702e04cd5ce65bfd4"
Expand Down

0 comments on commit 9170222

Please sign in to comment.