homebrew-cask/Casks/jd-gui.rb

13 lines
478 B
Ruby

cask 'jd-gui' do
version '1.4.1'
sha256 'e52328d3839a83dfb59a738b2912ea0926d95fbe6d4d31fe4aba1bcc491fd559'
# 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