homebrew-cask/Casks/pocketcast.rb

14 lines
615 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'pocketcast' do
2015-10-29 17:10:51 +08:00
version '1.2.2'
sha256 'e24dd60e04fa7258522e62cf871c241e55685ed03ff76057f5c2926cf848151d'
2015-05-05 05:36:05 +08:00
url "https://github.com/mortenjust/PocketCastsOSX/releases/download/#{version}/PocketCast#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mortenjust/PocketCastsOSX/releases.atom',
:sha256 => 'ee704890c820b78f10af822f5a0824af3f308124e6836deddcfbe680ee9680a5'
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
app 'PocketCast.app'
2015-05-05 05:36:05 +08:00
end