quicktype 9.0.26
Closes #25684. Signed-off-by: commitay <commitay@users.noreply.github.com>
This commit is contained in:
parent
e47823c4b5
commit
7448d21237
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
||||||
class Quicktype < Formula
|
class Quicktype < Formula
|
||||||
desc "Generate types and converters from JSON, Schema, and GraphQL"
|
desc "Generate types and converters from JSON, Schema, and GraphQL"
|
||||||
homepage "https://github.com/quicktype/quicktype"
|
homepage "https://github.com/quicktype/quicktype"
|
||||||
url "https://registry.npmjs.org/quicktype/-/quicktype-9.0.19.tgz"
|
url "https://registry.npmjs.org/quicktype/-/quicktype-9.0.26.tgz"
|
||||||
sha256 "783717cf6b5da2557993db6329120d620ee901d0c5c888f9ef8a67391d3d6951"
|
sha256 "4ad0430d2b24bc75c907572b925cb8ab50d1ff267cd42f568bc7e0d7c0b3b695"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue