homebrew-cask/Casks/pocketcast.rb

13 lines
533 B
Ruby

cask :v1 => 'pocketcast' do
version '1.2.2'
sha256 'e24dd60e04fa7258522e62cf871c241e55685ed03ff76057f5c2926cf848151d'
url "https://github.com/mortenjust/PocketCastsOSX/releases/download/#{version}/PocketCast#{version}.zip"
appcast 'https://github.com/mortenjust/PocketCastsOSX/releases.atom'
name 'Pocket Casts for Mac'
homepage 'https://github.com/mortenjust/PocketCastsOSX'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'PocketCast.app'
end