homebrew-cask/Casks/speak.rb

13 lines
297 B
Ruby

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 'https://speak.io/'
license :gratis
app 'Speak.app'
end