Files
homebrew-cask/Casks/p/parse.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
394 B
Ruby

cask "parse" do
version "3.0.5"
sha256 "30c305a76beb8913392b74977a6801e817c3477bd3de72ecd1887a8ca57ea888"
url "https://github.com/parse-community/parse-cli/releases/download/release_#{version}/parse",
verified: "github.com/parse-community/"
name "Parse"
homepage "https://parseplatform.org/"
container type: :naked
binary "parse"
caveats do
discontinued
end
end