excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / sound-siphon.rb
blobb367b47432610729ff6c687f0554138d142675dd
1 cask "sound-siphon" do
2   version "3.8.0"
3   sha256 :no_check # required as upstream package is updated in-place
5   url "https://staticz.com/download/1837/"
6   name "SoundSiphon"
7   desc "App audio capture"
8   homepage "https://staticz.com/soundsiphon/"
10   livecheck do
11     url :url
12     strategy :header_match
13   end
15   depends_on macos: ">= :mojave"
17   app "Sound Siphon.app"
19   uninstall script: {
20     executable: "#{appdir}/Sound Siphon.app/Contents/Resources/uninstall_soundsiphon",
21     sudo:       true,
22   }
24   zap trash: [
25     "~/Library/Application Support/Sound Siphon",
26     "~/Library/Caches/com.staticz.SoundSiphon3",
27     "~/Library/HTTPStorages/com.staticz.SoundSiphon3",
28     "~/Library/HTTPStorages/com.staticz.SoundSiphon3.binarycookies",
29     "~/Library/Preferences/com.staticz.soundsiphon.playeragent.plist",
30     "~/Library/Preferences/com.staticz.SoundSiphon3.plist",
31     "~/Library/Saved Application State/com.staticz.SoundSiphon3.savedState",
32     "~/Music/Sound Siphon",
33   ]
34 end