Files
homebrew-cask/Casks/s/sonarr-menu.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

21 lines
557 B
Ruby

cask "sonarr-menu" do
version "3.3"
sha256 "627c7df205e0914209a39c17f6a05756a37c5c96232f4dfc3e198219aa05762d"
url "https://github.com/jefbarn/Sonarr-Menu/releases/download/v#{version}/Sonarr-Menu.v#{version}.zip"
name "Sonarr Menu"
desc "Utility that adds a menu to the Status Bar for managing Sonarr"
homepage "https://github.com/jefbarn/Sonarr-Menu/"
depends_on cask: "sonarr"
app "Sonarr-Menu.app"
uninstall quit: "tv.sonarr.Sonarr-Menu",
launchctl: "tv.sonarr.Sonarr-Menu"
caveats do
discontinued
end
end