mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
450 B
Ruby
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
|