cask "texturepacker" do version "7.5.0" sha256 "5f1bb443e34e1dccaba719fb7a4793a2e8cf454e7e6ca406947dc1992dfab96f" url "https://www.codeandweb.com/download/texturepacker/#{version}/TexturePacker-#{version}.dmg" name "TexturePacker" desc "Game sprite sheet packer" homepage "https://www.codeandweb.com/texturepacker" livecheck do url "https://www.codeandweb.com/releases/TexturePacker/appcast-mac-release.xml" strategy :sparkle end app "TexturePacker.app" uninstall delete: "/usr/local/bin/TexturePacker" zap trash: [ "~/Library/Caches/code-and-web.de/TexturePacker", "~/Library/Preferences/de.code-and-web.TexturePacker.plist", "~/Library/Saved Application State/de.code-and-web.TexturePacker.savedState", ] end