cask "repo-prompt" do version "1.3.13" sha256 "8eb5000df1bc093cb50a2fbb2f6bc1ed9c59d632e28713df7fd857886cec7adf" url "https://repoprompt.s3.us-east-2.amazonaws.com/RepoPrompt-#{version}.dmg", verified: "repoprompt.s3.us-east-2.amazonaws.com/" name "Repo Prompt" desc "Prompt generation tool" homepage "https://repoprompt.com/" livecheck do url "https://repoprompt.s3.us-east-2.amazonaws.com/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :sonoma" app "Repo Prompt.app" zap trash: [ "~/Library/Application Support/com.pvncher.repoprompt", "~/Library/Application Support/RepoPrompt", "~/Library/Caches/com.pvncher.repoprompt", "~/Library/HTTPStorages/com.pvncher.repoprompt", "~/Library/HTTPStorages/com.pvncher.repoprompt.binarycookies", "~/Library/Preferences/com.pvncher.repoprompt.plist", ] end