homebrew-cask/Casks/asciidocfx.rb

23 lines
917 B
Ruby
Raw Normal View History

cask 'asciidocfx' do
2018-08-27 02:07:36 +08:00
version '1.6.8'
sha256 '297d4efa5d1624ea7cc889053081dbc4780f0160938f7111107eade2ac5ec31d'
# github.com/asciidocfx/AsciidocFX was verified as official when first introduced to the cask
url "https://github.com/asciidocfx/AsciidocFX/releases/download/v#{version}/AsciidocFX_Mac.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/asciidocfx/AsciidocFX/releases.atom'
name 'AsciidocFX'
2018-10-07 11:38:01 +08:00
homepage 'https://www.asciidocfx.com/'
installer script: {
executable: 'AsciidocFX Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: true,
}
uninstall script: {
executable: '/Applications/AsciidocFX/AsciidocFX Uninstaller.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: true,
}
end