homebrew-cask/Casks/bytecoin.rb

13 lines
478 B
Ruby
Raw Normal View History

cask 'bytecoin' do
2018-10-12 04:48:46 +08:00
version '3.3.2'
sha256 '661f8753120114dd25ff8a70446def8fc5234c25f063d02d103db45d87088c44'
2016-11-18 13:49:23 +08:00
# github.com/bcndev/bytecoin-gui was verified as official when first introduced to the cask
url "https://github.com/bcndev/bytecoin-gui/releases/download/v#{version}/bytecoin-desktop-#{version}-macos.zip"
appcast 'https://github.com/bcndev/bytecoin-gui/releases.atom'
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