mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
winds: add livecheck (#102553)
This commit is contained in:
+5
-1
@@ -4,11 +4,15 @@ cask "winds" do
|
||||
|
||||
url "https://s3.amazonaws.com/winds-2.0-releases/releases/Winds-#{version}.dmg",
|
||||
verified: "s3.amazonaws.com/"
|
||||
appcast "https://github.com/GetStream/Winds/releases.atom"
|
||||
name "Winds"
|
||||
desc "Open-source RSS & podcast app powered by Getstream.io"
|
||||
homepage "https://getstream.io/winds/"
|
||||
|
||||
livecheck do
|
||||
url "https://s3.amazonaws.com/winds-2.0-releases/latest.html"
|
||||
regex(%r{href=.*?/Winds-(\d+(?:\.\d+)*)\.dmg}i)
|
||||
end
|
||||
|
||||
app "Winds.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
Reference in New Issue
Block a user