cask "texturepacker" do version "7.8.0" sha256 "e07038c835ad638240700fbb610b5adc9e80bd8dd1786f5e738aba2839845c46" 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