tidy-viewer: rebuild
* tidy-viewer: add livecheck * tidy-viewer: update livecheck Closes #106929. Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com> Signed-off-by: Sam Ford <1584702+samford@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
d27ca8adc8
commit
32d1145de9
|
@ -5,6 +5,12 @@ class TidyViewer < Formula
|
|||
sha256 "e9a2fc904f2e115c715df80421c39e0f226b6750a56db96d994acfe9336ec219"
|
||||
license "Unlicense"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/alexhallam/tv/releases?q=prerelease%3Afalse"
|
||||
regex(%r{href=["']?[^"' >]*?/tag/v?(\d+(?:\.\d+)+)(?:[._-]release)?["' >]}i)
|
||||
strategy :page_match
|
||||
end
|
||||
|
||||
bottle do
|
||||
sha256 cellar: :any_skip_relocation, arm64_monterey: "53853cd1533e4fac8e60888f9af81b3cf6ecf30ab9f3a05499e4043845180d37"
|
||||
sha256 cellar: :any_skip_relocation, arm64_big_sur: "557eab650f2badd470f82f807022a9d0a9b310f87744c122ea5f40dbcdadbc8e"
|
||||
|
|
Loading…
Reference in New Issue