homebrew-cask/Casks/axoloti.rb

27 lines
841 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cask 'axoloti' do
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