homebrew-cask/Casks/mkchromecast.rb

16 lines
601 B
Ruby
Raw Normal View History

2016-05-09 17:53:38 +08:00
cask 'mkchromecast' do
version '0.3.7.1'
sha256 'f1531ad19b14b94b7aefca3e2e40c2a80153b57a4f1981e6fb48bbf35dbcfa38'
2016-05-09 17:53:38 +08:00
# github.com/muammar/mkchromecast was verified as official when first introduced to the cask
2016-05-09 17:53:38 +08:00
url "https://github.com/muammar/mkchromecast/releases/download/#{version}/mkchromecast_v#{version}.dmg"
appcast 'https://github.com/muammar/mkchromecast/releases.atom',
checkpoint: '5cc4523ae27ba01cdc7e2bde6706bda607682abfebeedf6828d84a31b354e1a1'
2016-05-09 17:53:38 +08:00
name 'mkchromecast'
homepage 'http://mkchromecast.com/'
2016-05-09 17:53:38 +08:00
depends_on cask: 'soundflower'
app 'mkchromecast.app'
end