homebrew-cask/Casks/pocketcast.rb

14 lines
620 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pocketcast' do
2016-01-30 07:32:38 +08:00
version '1.25'
sha256 '01091dfc5f6819a800c5da51230e272dbecfdbac8a93d12124820a0cd0bb74b7'
2015-05-05 05:36:05 +08:00
2016-01-30 07:32:38 +08:00
url "https://github.com/mortenjust/PocketCastsOSX/releases/download/#{version}/PocketCast#{version.no_dots}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mortenjust/PocketCastsOSX/releases.atom',
2016-01-30 07:32:38 +08:00
checkpoint: '6f976b988d5d821d25489abdcaa28adc5193d8fec545f95821838a458f1e195e'
2015-05-05 05:36:05 +08:00
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
2015-05-05 05:36:05 +08:00
app 'PocketCast.app'
2015-05-05 05:36:05 +08:00
end