You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
15 lines
473 B
Ruby
15 lines
473 B
Ruby
cask "jclasslib-bytecode-viewer" do
|
|
version "5.8"
|
|
sha256 "e62d16c01e25628d2b69f951e01f875f64d1a72e391f131643f85b6f993548d0"
|
|
|
|
url "https://github.com/ingokegel/jclasslib/releases/download/#{version}/jclasslib_macos_#{version.dots_to_underscores}.dmg"
|
|
name "jclasslib bytecode viewer"
|
|
homepage "https://github.com/ingokegel/jclasslib"
|
|
|
|
auto_updates true
|
|
|
|
app "jclasslib bytecode viewer.app"
|
|
|
|
zap trash: "~/Library/Saved Application State/com.install4j.*"
|
|
end
|