homebrew-cask/Casks/a/audiorelay.rb

28 lines
675 B
Ruby
Raw Normal View History

cask "audiorelay" do
2023-04-10 03:54:06 +08:00
version "0.27.5"
sha256 "3156111b07a7a6e7562e1ebf9c83ed69205a301501e2a1a37111cb6361737db5"
url "https://dl.audiorelay.net/setups/macos/AudioRelay-#{version}.dmg"
name "AudioRelay"
desc "Stream audio between your devices"
homepage "https://www.audiorelay.net/"
livecheck do
url "https://api.audiorelay.net/Downloads"
2023-02-25 11:08:04 +08:00
strategy :json do |json|
json["macOs"]["version"]
end
end
auto_updates true
depends_on cask: "blackhole-2ch"
app "AudioRelay.app"
zap trash: [
"~/Library/Application Support/AudioRelay",
"~/Library/Logs/AudioRelay",
"~/Library/Preferences/com.azefsw.audioconnect.plist",
]
end