homebrew-cask/Casks/jd-gui.rb

15 lines
583 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'jd-gui' do
2015-08-09 21:20:23 +08:00
version '1.4.0'
sha256 '9e0629cf3108f0ddd20c1244aaa75c4517c89e7e4abe626e6441b6d02b1b3ff3'
2016-03-09 04:58:43 +08:00
# github.com/java-decompiler/jd-gui was verified as official when first introduced to the cask
2015-06-27 21:21:45 +08:00
url "https://github.com/java-decompiler/jd-gui/releases/download/v#{version}/jd-gui-osx-#{version}.tar"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/java-decompiler/jd-gui/releases.atom',
checkpoint: 'f8a80baa0ddd18f8fac56659f3fd7256c9afe140c621f606d83844916cd490f2'
2015-01-30 04:57:02 +08:00
name 'JD-GUI'
homepage 'http://jd.benow.ca/'
2015-06-27 21:21:45 +08:00
license :gpl
2015-06-27 21:21:45 +08:00
app "jd-gui-osx-#{version}/JD-GUI.app"
end