homebrew-cask/Casks/sia-ui.rb

13 lines
450 B
Ruby

cask 'sia-ui' do
version '1.3.7'
sha256 '759da9bb4df6744b6d90884f2e52bbcb078940ceae22b0c1ffc4f8e410d56f0f'
# github.com/NebulousLabs/Sia-UI was verified as official when first introduced to the cask
url "https://github.com/NebulousLabs/Sia-UI/releases/download/v#{version}/Sia-UI-v#{version}-osx-x64.zip"
appcast 'https://github.com/NebulousLabs/Sia-UI/releases.atom'
name 'Sia-UI'
homepage 'https://sia.tech/'
app 'Sia-UI.app'
end