homebrew-cask/Casks/headset.rb

25 lines
918 B
Ruby

cask "headset" do
version "3.2.1"
sha256 "288e4fd75ed3b5b450b187cc14b207f612c6dc3cbaba05099420b3a2cbf31307"
url "https://github.com/headsetapp/headset-electron/releases/download/v#{version}/Headset-#{version}.dmg",
verified: "github.com/headsetapp/headset-electron/"
appcast "https://github.com/headsetapp/headset-electron/releases.atom"
name "Headset"
desc "Music player powered by YouTube and Reddit"
homepage "https://headsetapp.co/"
app "Headset.app"
zap trash: [
"~/Library/Application Support/Headset",
"~/Library/Caches/co.headsetapp.app",
"~/Library/Caches/co.headsetapp.app.ShipIt",
"~/Library/Cookies/co.headsetapp.app.binarycookies",
"~/Library/Logs/Headset",
"~/Library/Preferences/ByHost/co.headsetapp.app.ShipIt.*.plist",
"~/Library/Preferences/co.headsetapp.app.plist",
"~/Library/Saved Application State/co.headsetapp.app.savedState",
]
end