allanger-brew/Casks/dragonfly-reverb.rb

27 lines
984 B
Ruby
Raw Normal View History

2023-01-22 09:55:54 +00:00
cask "dragonfly-reverb" do
2023-01-22 10:01:14 +00:00
arch arm: "universal", intel: "intel"
2023-01-22 09:55:54 +00:00
version "3.2.8"
2023-01-22 10:01:14 +00:00
sha256 arm: "fe3921834e6546890bbf5ded0ddd9fb02af2ba1cbd00cf96c7bba5da54e36a6c",
intel: "83daf6bf7d85803b517701e105cf19c2799d2976c4a6bdb795ca22a5542da5a5"
2023-01-22 09:55:54 +00:00
2023-01-22 09:59:22 +00:00
url "https://github.com/michaelwillis/dragonfly-reverb/releases/download/#{version}/dragonfly-reverb-#{version}-macos-#{arch}.pkg",
2023-01-22 09:55:54 +00:00
verified: "https://github.com/michaelwillis/dragonfly-reverb"
name "Dragonfly Reverb"
desc "A set of free reverb effects"
homepage "https://michaelwillis.github.io/dragonfly-reverb/"
livecheck do
url :url
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
pkg "dragonfly-reverb-#{vesrion}-macos-#{arch}.pkg"
uninstall pkgutil: [
"studio.kx.distrho.plugins.dragonfly-reverb.lv2bundles",
"studio.kx.distrho.plugins.dragonfly-reverb.clapbundles",
"studio.kx.distrho.plugins.dragonfly-reverb.vst2bundles",
"ststudio.kx.distrho.plugins.dragonfly-reverb.vst3bundles"
]
end