homebrew-cask/Casks/mkchromecast.rb

16 lines
599 B
Ruby
Raw Normal View History

2016-05-09 17:53:38 +08:00
cask 'mkchromecast' do
2016-09-20 03:38:37 +08:00
version '0.3.6'
sha256 'cf167c5770a5a5b03b81865ceab0cbc50c9d5f93ff826bc1b4c204e5f692b112'
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',
2016-09-20 03:38:37 +08:00
checkpoint: '531ae62f7285a54c1b3e7540cd16bba20a0f0ef2036182c20bd696964919d464'
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