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

17 lines
348 B
Ruby

cask "au-lab" do
version "2.3"
sha256 :no_check
url "https://www.apple.com/apple-music/apple-digital-masters/docs/au_lab.zip"
name "AU Lab"
desc "Digital audio mixing application"
homepage "https://www.apple.com/apple-music/apple-digital-masters/"
livecheck do
url :url
strategy :extract_plist
end
app "AU Lab.app"
end