Skip to content

Commit

Permalink
Merge pull request Homebrew#202669 from Homebrew/fwknop-add-livecheck
Browse files Browse the repository at this point in the history
fwknop: add livecheck
  • Loading branch information
chenrui333 authored Dec 28, 2024
2 parents a137746 + 0c0ead3 commit 409b4e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/f/fwknop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ class Fwknop < Formula
license "GPL-2.0-or-later"
head "https://github.com/mrash/fwknop.git", branch: "master"

livecheck do
url "https://www.cipherdyne.org/fwknop/download/"
regex(/href=.*?fwknop[._-]v?(\d+(?:\.\d+)+)\.t/i)
end

bottle do
sha256 arm64_sequoia: "dd24ee01f0b52367ccb00111e7e3b28586cbe9b355b9461ac38175fcdaaa0b31"
sha256 arm64_sonoma: "3729d1321c0430837a4dfd26d0f504a4ef05d9798e37f12bf56149c0a88badc7"
Expand Down

0 comments on commit 409b4e8

Please sign in to comment.