homebrew-cask/Casks/jd-gui.rb

13 lines
478 B
Ruby

cask 'jd-gui' do
version '1.6.5'
sha256 'dc0feaf057c63705fe7a8cd44501f0fb5136320cca363fd73f0e8baeb15f665f'
# github.com/java-decompiler/jd-gui was verified as official when first introduced to the cask
url "https://github.com/java-decompiler/jd-gui/releases/download/v#{version}/jd-gui-osx-#{version}.tar"
appcast 'https://github.com/java-decompiler/jd-gui/releases.atom'
name 'JD-GUI'
homepage 'http://jd.benow.ca/'
app "jd-gui-osx-#{version}/JD-GUI.app"
end