homebrew-cask/Casks/mikogo.rb

14 lines
363 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mikogo' do
2014-09-17 19:42:53 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-18 09:30:47 +08:00
# mikogo4.com is the official download host per the vendor homepage
url 'https://download.mikogo4.com/mikogo.dmg'
2015-01-30 03:33:20 +08:00
name 'Mikogo'
homepage 'https://www.mikogo.com/'
2015-01-12 21:36:52 +08:00
license :gratis
# Renamed for clarity: app name is inconsistent with its branding
app 'Mikogo-host.app', target: 'Mikogo.app'
2013-11-17 01:37:28 +08:00
end