mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
366 B
Ruby
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
|