homebrew-cask/Casks/speak.rb

13 lines
296 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'speak' do
version :latest
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3.amazonaws.com/speak-production-releases/darwin/install-speak.dmg'
name 'Speak'
homepage 'http://speak.io/'
license :gratis
app 'Speak.app'
end