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-09-09 03:50:50 +08:00
version '0.33.2'
sha256 'f73c494fd2e32bb9860389713d45e6b998e6a52a14dee1464935c5ec4bfe1aba'
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