Files
homebrew-cask/Casks/a/autovolume.rb
T
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

14 lines
415 B
Ruby

cask "autovolume" do
version "1.0.1"
sha256 "41f242ce1608c7a48fab254273e0f018e9b916c1d1f5ab307e5b5534747193c8"
url "https://github.com/jesse-c/AutoVolume/releases/download/v#{version}/AutoVolume.app.zip"
name "AutoVolume"
desc "Tool that automatically sets the volume to a specified volume"
homepage "https://github.com/jesse-c/AutoVolume"
depends_on macos: ">= :sierra"
app "AutoVolume.app"
end