cask "protokol" do version "0.6.1,127" sha256 "43dc2ab41634022b9e00818086560326a5552cb2dfa47b51b6eb618e90e2b42a" url "https://hexler.net/pub/protokol/protokol-#{version.csv.first}.#{version.csv.second}-macos.dmg" name "protokol" desc "MIDI and OSC Monitor" homepage "https://hexler.net/protokol" livecheck do url "https://hexler.net/protokol/appcast/macos/" strategy :sparkle end auto_updates true depends_on macos: ">= :high_sierra" app "Protokol.app" zap trash: [ "~/Library/Application Support/net.hexler.Protokol", "~/Library/Caches/net.hexler.Protokol", "~/Library/HTTPStorages/net.hexler.Protokol", "~/Library/HTTPStorages/net.hexler.Protokol.binarycookies", "~/Library/Logs/net.hexler.Protokol", "~/Library/Preferences/net.hexler.Protokol.plist", ], rmdir: "~/Documents/Protokol" end