cask "touchosc" do version "1.4.4,236" sha256 "8e297d32edc7a99b36e3ea29b1bed476f9c9a2563170d3f479c8f2639ad2ac6b" url "https://hexler.net/pub/touchosc/touchosc-#{version.csv.first}.#{version.csv.second}-macos.dmg" name "touchosc" desc "MIDI and OSC Controller Software" homepage "https://hexler.net/touchosc" livecheck do url "https://hexler.net/touchosc/appcast/macos/" strategy :sparkle end auto_updates true depends_on macos: ">= :high_sierra" app "TouchOSC.app" zap trash: [ "~/Documents/TouchOSC", "~/Library/Application Support/net.hexler.lex", "~/Library/Caches/net.hexler.lex", "~/Library/Logs/net.hexler.lex", "~/Library/Preferences/net.hexler.lex.plist", "~/Library/Saved Application State/net.hexler.lex.savedState", ] end