Files
homebrew-cask/Casks/s/spatial.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

18 lines
432 B
Ruby

cask "spatial" do
version "20210118"
sha256 :no_check
url "https://console.improbable.io/toolbelt/download/latest/mac"
name "Spatial"
desc "Binary for interaction with the Improbable SpatialOS platform"
homepage "https://documentation.improbable.io/spatialos-overview/docs"
livecheck do
skip "version available by running `spatial version` when installed"
end
container type: :naked
binary "spatial"
end