homebrew-cask/Casks/fuze.rb

12 lines
293 B
Ruby
Raw Normal View History

2014-11-14 01:25:54 +08:00
cask :v1 => 'fuze' do
2014-09-17 19:42:45 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-05 06:06:28 +08:00
# fuzemeeting.com is the official download host per the vendor homepage
url 'https://www.fuzemeeting.com/fuze/mac_download'
homepage 'https://www.fuze.com/'
2014-10-15 08:11:46 +08:00
license :commercial
2015-01-05 06:06:28 +08:00
installer :manual => 'Fuze_39e32182.app'
end