homebrew-cask/Casks/eve.rb

15 lines
514 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'eve' do
2016-01-15 09:10:28 +08:00
version '1.4.3'
sha256 '52ee822e2a931e03aa6f54f96453ceb3574490b4f5a9b2bafbc9c008e783f550'
2016-02-14 08:28:21 +08:00
# amazonaws.com/hotkeyeve was verified as official when first introduced to the cask
2014-04-10 14:49:34 +08:00
url 'https://s3.amazonaws.com/hotkeyeve/Downloads/EVE-latest.zip'
appcast 'https://s3.amazonaws.com/hotkeyeve/hotkeyEVEappcast.xml',
checkpoint: '93943cfb0ee6329879ca6aa563be493c2c30a8a461ae839c02de678463e01d53'
name 'EVE'
2014-04-10 14:49:34 +08:00
homepage 'http://www.hotkey-eve.com/'
2015-01-06 09:48:46 +08:00
license :gratis
2014-09-16 00:05:32 +08:00
app 'EVE.app'
2014-04-10 14:49:34 +08:00
end