mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
18 lines
394 B
Ruby
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
|