homebrew-cask/Casks/axoloti.rb

27 lines
848 B
Ruby
Raw Normal View History

cask 'axoloti' do
2017-02-20 05:52:03 +08:00
version '1.0.12-1'
sha256 '21839f25fd323f092a9e7b4c103fc5c6e126d95bfcbdc54b2db2224639fee1b6'
# github.com/axoloti/axoloti was verified as official when first introduced to the cask
url "https://github.com/axoloti/axoloti/releases/download/#{version}/axoloti-mac-#{version}.dmg"
appcast 'https://github.com/axoloti/axoloti/releases.atom',
2017-05-21 01:29:22 +08:00
checkpoint: 'af66fae3e4388e6f6654ca48a693147c94fa537aa78bac545af9c8bb7b919d2d'
name 'Axoloti Core'
homepage 'http://www.axoloti.com/'
depends_on cask: 'axoloti-runtime'
app 'Axoloti.app'
caveats do
depends_on_java('8')
<<-EOS.undent
If you ever decide to uninstall #{token}, it is likely its runtime will no longer be of use to you.
If thats the case, uninstall it with:
brew cask uninstall axoloti-runtime
EOS
end
end