homebrew-cask/Casks/vox.rb

12 lines
269 B
Ruby
Raw Normal View History

2014-11-14 01:27:19 +08:00
cask :v1 => 'vox' do
2014-10-04 18:36:30 +08:00
version :latest
sha256 :no_check
2015-01-19 11:09:11 +08:00
# devmate.com is the official download host per the vendor homepage
2014-10-04 18:36:30 +08:00
url 'http://dl.devmate.com/com.coppertino.Vox/Vox.dmg'
homepage 'http://coppertino.com/vox/osx/'
license :closed
app 'VOX.app'
end