Files
homebrew-cask/Casks/b/blockstack.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
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