homebrew-cask/Casks/i/imhex.rb

19 lines
568 B
Ruby

cask "imhex" do
version "1.30.1"
sha256 "39e45ea6f0f223b002f54de5860fc5f755c8c5d6da8bc57beb701d8d07fe1802"
url "https://github.com/WerWolv/ImHex/releases/download/v#{version}/imhex-#{version}-macOS-x86_64.dmg",
verified: "github.com/WerWolv/ImHex/"
name "ImHex"
desc "Hex editor for reverse engineers"
homepage "https://imhex.werwolv.net/"
app "imhex.app"
zap trash: [
"~/Library/Application Support/imhex",
"~/Library/Preferences/net.WerWolv.ImHex.plist",
"~/Library/Saved Application State/net.WerWolv.ImHex.savedState",
]
end