homebrew-cask/Casks/axoloti.rb

27 lines
846 B
Ruby
Raw Normal View History

cask 'axoloti' do
2017-02-05 20:57:39 +08:00
version '1.0.12'
sha256 'a17c32dd7a4d2ab3441568126157bd0b72741b8c217372ab8720f0a216c4a3da'
# 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-02-05 20:57:39 +08:00
checkpoint: 'e532866f2a0592718b2a7206d14595956ee3bd6b551568f3f26269e3ac796844'
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