Files
homebrew-cask/Casks/o/oso-cloud.rb
Mike McQuaid 326c44e93a o*: move to o/ subdirectory.
Continuing the sharding work now that `orka.rb` was moved without issue.
2023-08-07 17:35:26 +01:00

15 lines
417 B
Ruby

cask "oso-cloud" do
arch arm: "arm64", intel: "x86_64"
version :latest
sha256 :no_check
url "https://d3i4cc4dqewpo9.cloudfront.net/latest/oso_cli_mac_osx_#{arch}",
verified: "d3i4cc4dqewpo9.cloudfront.net/"
name "OSO Cloud CLI"
desc "Tool for interacting with OSO Cloud"
homepage "https://cloud-docs.osohq.com/get-started/quickstart"
binary "oso_cli_mac_osx_#{arch}", target: "oso-cloud"
end