homebrew-cask/Casks/logmein-client.rb

11 lines
297 B
Ruby
Raw Normal View History

class LogmeinClient < Cask
2014-09-17 19:42:51 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://secure.logmein.com/welcome/labs/LogMeInIgnition.dmg'
homepage 'https://secure.logmein.com/products/pro/learnmore/desktopapp.aspx'
2014-10-01 23:33:16 +08:00
license :unknown
2014-09-16 00:05:52 +08:00
app 'LogMeInIgnition.app', :target => 'LogMeIn Client.app'
2013-11-02 12:28:18 +08:00
end