From f26085923ac398297c7a98fdf8750f685266543d Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 19 Sep 2024 16:44:42 -0400 Subject: [PATCH] oasdiff: add livecheck Signed-off-by: Rui Chen --- Formula/o/oasdiff.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/o/oasdiff.rb b/Formula/o/oasdiff.rb index f0cc62ea4a77..b84b0634bdda 100644 --- a/Formula/o/oasdiff.rb +++ b/Formula/o/oasdiff.rb @@ -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"