homebrew-cask/Casks/multibit-hd.rb

18 lines
523 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"
appcast "https://github.com/Multibit-Legacy/multibit-hd/releases.atom"
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