Skip to content

Commit

Permalink
Merge pull request Homebrew#178040 from SalocinHB/patch-1
Browse files Browse the repository at this point in the history
pocket-casts 2.0.1
  • Loading branch information
chenrui333 authored Jun 29, 2024
2 parents 3829f45 + c386784 commit c34f563
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Casks/p/pocket-casts.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
cask "pocket-casts" do
version "1.5.2"
sha256 :no_check
version "2.0.1"
sha256 "75c66564518c69a0e3990983c5c4f0852f40f72673f2656fcc551629548a99dd"

url "https://static.pocketcasts.com/mac/PocketCasts.zip"
url "https://cdn.a8c-ci.services/pocket-casts-desktop/pocket-casts-desktop-darwin-universal-v#{version}.dmg",
verified: "cdn.a8c-ci.services/pocket-casts-desktop/"
name "Pocket Casts"
desc "Podcast platform"
homepage "https://play.pocketcasts.com/"

livecheck do
url "https://static.pocketcasts.com/mac/appcast.xml"
strategy :sparkle, &:short_version
url "https://pocketcasts.com/get/mac"
strategy :header_match
end

auto_updates true
Expand All @@ -19,7 +20,13 @@

zap trash: [
"~/Library/Application Support/au.com.shiftyjelly.PocketCasts",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.pocket-casts.sfl*",
"~/Library/Application Support/Pocket Casts",
"~/Library/Caches/au.com.shiftyjelly.PocketCasts",
"~/Library/Caches/com.electron.pocket-casts*",
"~/Library/HTTPStorages/com.electron.pocket-casts",
"~/Library/Preferences/au.com.shiftyjelly.PocketCasts.plist",
"~/Library/Preferences/com.electron.pocket-casts.plist",
"~/Library/Saved Application State/com.electron.pocket-casts.savedState",
]
end

0 comments on commit c34f563

Please sign in to comment.