11 lines
424 B
Ruby
11 lines
424 B
Ruby
cask "studiorack-app" do
|
|
version "2.0.0"
|
|
sha256 ""
|
|
url "https://github.com/studiorack/studiorack-app/releases/download/v#{version}/studiorack-mac.dmg",
|
|
verified: "https://github.com/studiorack/studiorack-app/"
|
|
name "Studiorack App"
|
|
desc "Audio plugin app, searchable list of plugins to install and share"
|
|
homepage "https://studiorack.github.io/studiorack-site/"
|
|
uninstall pkgutil: "net.kushview.pkg.*"
|
|
end
|