Skip to content

Commit

Permalink
Add soundcast.app latest
Browse files Browse the repository at this point in the history
  • Loading branch information
danjenkins authored and vitorgalvao committed Dec 11, 2015
1 parent 1af44ca commit 13d657f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Casks/soundcast.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13d657f

Please sign in to comment.