cask "retrobatch" do version "2.2.2" sha256 "2740c26de5f958b69335a5ed8c217cf66d9261fb997cd859ed33ed84d76460dd" url "https://flyingmeat.com/download/Retrobatch-#{version}.zip" name "Retrobatch" desc "Batch image processor" homepage "https://flyingmeat.com/retrobatch/" livecheck do url "https://www.flyingmeat.com/download/retrobatch#{version.major}update.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :monterey" app "Retrobatch.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.flyingmeat.retrobatch.sfl*", "~/Library/Application Support/Retrobatch", "~/Library/HTTPStorages/com.flyingmeat.Retrobatch", "~/Library/Preferences/com.flyingmeat.Retrobatch.plist", "~/Library/Saved Application State/com.flyingmeat.Retrobatch.savedState", ] end