homebrew-cask/Casks/axoloti.rb

27 lines
841 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',
checkpoint: 'b5ac28c3d438cb88140ef924d860a46cd73ca19f474ddcfb403c41c26030d538'
name 'Axoloti Core'
homepage 'http://www.axoloti.com/'
depends_on cask: 'axoloti-runtime'
app 'Axoloti.app'
caveats do
depends_on_java('8')
<<~EOS
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