homebrew-cask/Casks/eve.rb

11 lines
256 B
Ruby
Raw Normal View History

2014-04-10 14:49:34 +08:00
class Eve < Cask
version 'latest'
sha256 :no_check
2014-04-10 14:49:34 +08:00
url 'https://s3.amazonaws.com/hotkeyeve/Downloads/EVE-latest.zip'
2014-06-03 01:38:02 +08:00
appcast 'https://s3.amazonaws.com/hotkeyeve/hotkeyEVEappcast.xml'
2014-04-10 14:49:34 +08:00
homepage 'http://www.hotkey-eve.com/'
2014-04-10 14:49:34 +08:00
link 'EVE.app'
end