homebrew-cask/Casks/blockstack.rb

15 lines
539 B
Ruby
Raw Normal View History

2017-11-04 21:42:45 +08:00
cask 'blockstack' do
2018-10-12 04:43:17 +08:00
version '0.34.1'
sha256 '08cc726239ca2e1b9edee05c88c8978baaec862e08fe0df3333da700554b27c3'
2017-11-04 21:42:45 +08:00
# github.com/blockstack/blockstack-browser was verified as official when first introduced to the cask
2018-08-24 01:07:41 +08:00
url "https://github.com/blockstack/blockstack-browser/releases/download/v#{version}/Blockstack-for-macOS-v#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/blockstack/blockstack-browser/releases.atom'
2017-11-04 21:42:45 +08:00
name 'Blockstack'
homepage 'https://blockstack.org/'
2017-11-10 17:15:40 +08:00
depends_on macos: '>= :sierra'
2017-11-04 21:42:45 +08:00
app 'Blockstack.app'
end