homebrew-cask/Casks/x2goclient.rb

10 lines
188 B
Ruby
Raw Normal View History

2014-03-08 01:41:17 +08:00
class X2goclient < Cask
2014-07-29 16:27:39 +08:00
version 'latest'
sha256 :no_check
2014-07-29 16:27:39 +08:00
url 'http://code.x2go.org/releases/X2GoClient_latest_macosx.dmg'
homepage 'http://x2go.org'
2014-03-08 01:41:17 +08:00
link 'x2goclient.app'
end