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.180526'
sha256 'bc8f7d9a5d21c2c032f30f065eab4fa58a870ae95c1d38dcc2245bb06c2b6a51'
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