homebrew-cask/Casks/bytecoin.rb

11 lines
303 B
Ruby
Raw Normal View History

cask 'bytecoin' do
2018-03-31 21:38:05 +08:00
version '3.0.0'
sha256 '3bbafa6560f30b692184d2c59e0bdb55a38d4e3f8d6215605f7b46fcad7d0d50'
2016-11-18 13:49:23 +08:00
2018-03-31 21:38:05 +08:00
url "https://bytecoin.org/storage/wallets/bytecoin_wallet/bytecoin-desktop-#{version}-macos.zip"
2016-11-18 13:49:23 +08:00
name 'Bytecoin Wallet'
homepage 'https://bytecoin.org/'
app 'bytecoin-gui.app'
2016-11-18 13:49:23 +08:00
end