Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions Casks/s/soundswitch.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "soundswitch" do
version "2.10.2"
sha256 :no_check

url "https://cdn.inmusicbrands.com/soundswitch/files/SoundSwitchInstaller.pkg",
verified: "cdn.inmusicbrands.com/soundswitch/files/"
name "SoundSwitch"
desc "Lighting control software for DJs"
homepage "https://www.soundswitch.com/products"

livecheck do
skip "No version information available"
end
Comment on lines +11 to +13
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot accept this without a working livecheck, sorry.

Comment on lines +11 to +13
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We require new Casks in homebrew-cask to have working livecheck blocks so that they can utilise our automated version updating infrastructure. Can you explain what you have already tried here, and a maintainer may be able to help you out.


depends_on macos: ">= :big_sur"

pkg "SoundSwitchInstaller.pkg"

uninstall pkgutil: "com.soundswitch.SoundSwitch"

zap trash: [
"~/Library/Caches/SoundSwitch",
"~/Library/Preferences/com.soundswitch.SoundSwitch.plist",
]
end
Loading