homebrew-cask/Casks/sia-ui.rb

14 lines
540 B
Ruby
Raw Normal View History

cask 'sia-ui' do
2018-01-12 05:27:00 +08:00
version '1.3.1'
sha256 'aff1760f6f91a796cafb647a035942274f02052511b7547ea4380e3d58a24b3d'
# 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',
2018-01-12 05:27:00 +08:00
checkpoint: '4c727bf5b54da90da33e8375ec0abb27b407431b2e4ea28b5d3dc27f152f31ec'
name 'Sia-UI'
homepage 'https://sia.tech/'
app 'Sia-UI.app'
end