homebrew-cask/Casks/wasabi-wallet.rb

15 lines
515 B
Ruby

cask 'wasabi-wallet' do
version '1.1.9.2'
sha256 '448ebdbf67ebc07d830db304308332847f4679c01cab00d89232d7748d7f573c'
# github.com/zkSNACKs/WalletWasabi was verified as official when first introduced to the cask
url "https://github.com/zkSNACKs/WalletWasabi/releases/download/v#{version}/Wasabi-#{version}.dmg"
appcast 'https://github.com/zkSNACKs/WalletWasabi/releases.atom'
name 'Wasabi Wallet'
homepage 'https://www.wasabiwallet.io/'
depends_on macos: '>= :sierra'
app 'Wasabi Wallet.app'
end