homebrew-cask/Casks/quip.rb

13 lines
334 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'quip' do
2015-09-26 14:16:43 +08:00
version '4.2'
sha256 'b1277eec2ffee0559f80d67840718f7c60e38ae29f9a1faf8a1ca1ffdc86151b'
2015-07-09 00:45:07 +08:00
# cloudfront.net is the official download host per the vendor homepage
url "https://d2i1pl9gz4hwa7.cloudfront.net/macosx_#{version}.dmg"
name 'Quip'
homepage 'https://quip.com/'
license :gratis
app 'Quip.app'
end