Files
homebrew-cask/Casks/a/automute.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

12 lines
366 B
Ruby

cask "automute" do
version "1.1"
sha256 "9c9991790d947cb75c3e21088392c5cfe0d4da0bbc631b5d10abe1fc20353130"
url "https://github.com/Lorenzo45/AutoMute/releases/download/v#{version}/AutoMute.zip"
name "AutoMute"
desc "Mute or unmute the system based on the current Wi-Fi network"
homepage "https://github.com/Lorenzo45/AutoMute"
app "AutoMute.app"
end