homebrew-cask/Casks/bitshares.rb

13 lines
471 B
Ruby
Raw Normal View History

2017-10-26 11:50:52 +08:00
cask 'bitshares' do
version '2.0.180815'
sha256 'a05731fd1e89a6ec76f28c66b1b0cc3ad53a2c7947588592d6e4319f2a16abd9'
2017-10-26 11:50:52 +08:00
# github.com/bitshares/bitshares-ui was verified as official when first introduced to the cask
url "https://github.com/bitshares/bitshares-ui/releases/download/#{version}/BitShares-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/bitshares/bitshares-ui/releases.atom'
2017-10-26 11:50:52 +08:00
name 'BitShares'
homepage 'https://bitshares.org/'
app 'BitShares.app'
end