homebrew-cask/Casks/asciidocfx.rb

23 lines
918 B
Ruby

cask 'asciidocfx' do
version '1.7.3'
sha256 '394be4606490939526fe584981c3d00c922258b07bc1a7409322b153b9b5509f'
# 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"
appcast 'https://github.com/asciidocfx/AsciidocFX/releases.atom'
name 'AsciidocFX'
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