Add soundcast.app latest

This commit is contained in:
Dan Jenkins 2015-12-11 10:41:56 +00:00 committed by Vítor Galvão
parent 1af44ca2b1
commit 13d657f1df
1 changed files with 14 additions and 0 deletions

14
Casks/soundcast.rb Normal file
View File

@ -0,0 +1,14 @@
cask :v1 => 'soundcast' do
version :latest
sha256 :no_check
# dropboxusercontent.com is the official download host per the vendor homepage
url 'https://dl.dropboxusercontent.com/u/6618408/soundcast.zip'
name 'Soundcast'
homepage 'https://github.com/andresgottlieb/soundcast'
license :mit
depends_on :cask => 'soundflower'
app 'soundcast.app'
end