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.
19 lines
499 B
Ruby
19 lines
499 B
Ruby
cask "blockstack" do
|
|
version "0.37.0"
|
|
sha256 "c51a900432b7b7c2885ccd285027ff7c9656f87e934d54bb48dbfbae43ccdf32"
|
|
|
|
url "https://github.com/blockstack/blockstack-browser/releases/download/v#{version}/Blockstack-for-macOS-v#{version}.dmg",
|
|
verified: "github.com/blockstack/blockstack-browser/"
|
|
name "Blockstack"
|
|
desc "Explore the Blockstack internet"
|
|
homepage "https://blockstack.org/"
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "Blockstack.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|