homebrew-cask/Casks/i/imhex.rb

22 lines
698 B
Ruby

cask "imhex" do
arch arm: "arm64", intel: "x86_64"
version "1.32.2"
sha256 arm: "f49acd76bd683b1f6c2f3df6b6a272ad5f003275db768643d716505a900e83a0",
intel: "8b9df7832c4cd6c329a19dfad0d89d6db0f0bcb562d8a1ec45241289f093942c"
url "https://github.com/WerWolv/ImHex/releases/download/v#{version}/imhex-#{version}-macOS-#{arch}.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