mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
562 B
Ruby
16 lines
562 B
Ruby
cask "jclasslib-bytecode-viewer" do
|
|
version "6.0.4"
|
|
sha256 "aebf40516f1245f08c9d60e1c91904e04dc9b9d1306162fffe9efad89ea026e9"
|
|
|
|
url "https://github.com/ingokegel/jclasslib/releases/download/#{version}/jclasslib_macos_#{version.dots_to_underscores}.dmg"
|
|
name "jclasslib bytecode viewer"
|
|
desc "Visualize all aspects of compiled Java class files and the contained bytecode"
|
|
homepage "https://github.com/ingokegel/jclasslib"
|
|
|
|
auto_updates true
|
|
|
|
app "jclasslib bytecode viewer.app"
|
|
|
|
zap trash: "~/Library/Saved Application State/com.install4j.*"
|
|
end
|