Files
homebrew-cask/Casks/s/sia-ui.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
342 B
Ruby

cask "sia-ui" do
version "1.5.9"
sha256 "59fbd274f27676e9b8e81db0a6989b49346fc63d45278bda47a82666d7ded92d"
url "https://sia.tech/releases/Sia-UI-v#{version}.dmg"
name "Sia-UI"
desc "Graphical frontend for Sia"
homepage "https://sia.tech/"
livecheck do
skip "No version information available"
end
app "Sia-UI.app"
end