Skip to content

Commit f7060c5

Browse files
authored
Merge pull request #215939 from Homebrew/libowfat-livecheck
libowfat: add livecheck
2 parents 6e55b95 + fe4df92 commit f7060c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Formula/lib/libowfat.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ class Libowfat < Formula
66
license "GPL-2.0-only"
77
head ":pserver:cvs:@cvs.fefe.de:/cvs", using: :cvs
88

9+
livecheck do
10+
url :homepage
11+
regex(/href=.*?libowfat[._-]v?(\d+(?:\.\d+)+)\.t/i)
12+
end
13+
914
bottle do
1015
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c3846b7776a5350100cf8a734e0a45fcbe822f53128ab88bce24cfb259b3d27c"
1116
sha256 cellar: :any_skip_relocation, arm64_sonoma: "60f9182c837f2b6ff6a79e76e7c4965c717055448b3c2928baf297fd944c3035"

0 commit comments

Comments
 (0)