homebrew-cask/Casks/pocketcast.rb

13 lines
533 B
Ruby
Raw Normal View History

cask :v1 => 'pocketcast' do
version '1.2.1'
sha256 '09837af1105cbb37ef3c74cdc0c000385686777d86c20f2601e49832d553713c'
2015-05-05 05:36:05 +08:00
url "https://github.com/mortenjust/PocketCastsOSX/releases/download/#{version}/PocketCast#{version}.zip"
2015-05-05 05:36:05 +08:00
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'
2015-05-05 05:36:05 +08:00
end