pocket-casts: add livecheck (#96527)

This commit is contained in:
Markus Reiter 2020-12-22 03:54:01 +01:00 committed by GitHub
parent e4e38cc41a
commit 15d5328bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -3,11 +3,15 @@ cask "pocket-casts" do
sha256 :no_check
url "https://static.pocketcasts.com/mac/PocketCasts.zip"
appcast "https://static2.pocketcasts.com/mac/appcast.xml"
name "Pocket Casts"
desc "Podcast platform"
homepage "https://play.pocketcasts.com/"
livecheck do
url "https://static2.pocketcasts.com/mac/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :sierra"