mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
s/schildichat: update livecheck
This commit is contained in:
@@ -9,8 +9,9 @@ cask "schildichat" do
|
||||
homepage "https://schildi.chat/desktop/"
|
||||
|
||||
livecheck do
|
||||
url "https://github.com/SchildiChat/schildichat-desktop/releases/latest"
|
||||
regex(%r{href=["']?[^"' >]*?/tag/v?(\d+(?:\.\d+)+-\w*?\.?\d*?)["' >]}i)
|
||||
url :url
|
||||
regex(/^v?(\d+(?:\.\d+)+(?:-sc\.?\d+)?)$/i)
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
app "SchildiChat.app"
|
||||
|
||||
Reference in New Issue
Block a user