homebrew-cask/Casks/soundsource.rb

23 lines
699 B
Ruby

cask "soundsource" do
version "5.2.0"
sha256 :no_check
url "https://rogueamoeba.com/soundsource/download/SoundSource.zip"
appcast "https://rogueamoeba.net/ping/versionCheck.cgi?format=sparkle&bundleid=com.rogueamoeba.soundsource&system=10146&version=5000000"
name "SoundSource"
desc "Sound and audio controller"
homepage "https://rogueamoeba.com/soundsource/"
auto_updates true
depends_on macos: ">= :high_sierra"
app "SoundSource.app"
zap trash: [
"~/Library/Application Support/SoundSource",
"~/Library/Caches/com.rogueamoeba.soundsource",
"~/Library/Preferences/com.rogueamoeba.soundsource.plist",
"~/Library/WebKit/com.rogueamoeba.soundsource",
]
end