Files
homebrew-cask/Casks/d/dexed.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

19 lines
521 B
Ruby

cask "dexed" do
version "0.9.6"
sha256 "7a9481628a92b7e348857f18be3a24fe8b48d4a67d3a9d7fe290e37e915d2fc4"
url "https://github.com/asb2m10/dexed/releases/download/v#{version}/dexed-#{version}-macos.zip",
verified: "github.com/asb2m10/dexed/"
name "Dexed"
desc "DX7 FM synthesizer"
homepage "https://asb2m10.github.io/dexed/"
pkg "dexed-#{version}.mpkg"
uninstall pkgutil: [
"com.digitalsuburban.DexedStandalone",
"com.digitalsuburban.DexedVST3",
"com.digitalsuburban.DexedAU",
]
end