homebrew-cask/Casks/bytecoin.rb

13 lines
478 B
Ruby

cask 'bytecoin' do
version '3.2.4'
sha256 'e5b007e62a87de517c6e8cf56f3bdccd917ac8064c480258a31fa06ff3b97b30'
# 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'
name 'Bytecoin Wallet'
homepage 'https://bytecoin.org/'
app 'bytecoin-gui.app'
end