Files
homebrew-cask/Casks/m/multibit-hd.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
450 B
Ruby

cask "multibit-hd" do
version "0.5.1"
sha256 "c79e4e315576db7152a139f2c35aa5b47bc706a3df9669bfddba9bdeb9db4520"
url "https://github.com/Multibit-Legacy/multibit-hd/releases/download/v#{version}/multibit-macos-#{version}-drag-install.dmg"
name "MultiBit HD"
homepage "https://github.com/Multibit-Legacy/multibit-hd"
app "MultiBit HD.app"
uninstall quit: "com.install4j.6925-4794-5772-4956.24"
caveats do
discontinued
end
end