homebrew-cask/Casks/pocket-casts.rb

21 lines
639 B
Ruby

cask 'pocket-casts' do
version '1.3.1'
sha256 '788309d86fac93b273d0309aac3ffd6c7a1f3bc3f76096fcab3df5ac232039ac'
url 'https://static.pocketcasts.com/mac/PocketCasts.zip'
appcast 'https://static2.pocketcasts.com/mac/appcast.xml'
name 'Pocket Casts'
homepage 'https://play.pocketcasts.com/'
auto_updates true
depends_on macos: '>= :sierra'
app 'Pocket Casts.app'
zap trash: [
'~/Library/Application Support/au.com.shiftyjelly.PocketCasts',
'~/Library/Caches/au.com.shiftyjelly.PocketCasts',
'~/Library/Preferences/au.com.shiftyjelly.PocketCasts.plist',
]
end