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.
14 lines
415 B
Ruby
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
|