homebrew-cask/Casks/blockstack.rb

15 lines
539 B
Ruby

cask 'blockstack' do
version '0.35.4'
sha256 '64fa4fecbd892e3fd1a527d31f5663243614033025bf53b47a0628c85ffd4538'
# github.com/blockstack/blockstack-browser was verified as official when first introduced to the cask
url "https://github.com/blockstack/blockstack-browser/releases/download/v#{version}/Blockstack-for-macOS-v#{version}.dmg"
appcast 'https://github.com/blockstack/blockstack-browser/releases.atom'
name 'Blockstack'
homepage 'https://blockstack.org/'
depends_on macos: '>= :sierra'
app 'Blockstack.app'
end