quicktype 17.0.0

Closes #120149.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2023-01-09 12:22:18 -05:00 committed by BrewTestBot
parent 487f0ecdfc
commit b036105797
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ class Quicktype < Formula
desc "Generate types and converters from JSON, Schema, and GraphQL"
homepage "https://github.com/quicktype/quicktype"
# quicktype should only be updated every 10 releases on multiples of 10
url "https://registry.npmjs.org/quicktype/-/quicktype-16.0.10.tgz"
sha256 "5df536669ea21698bf72ccfc4c9360c8dbd5d961500920389352b1bb57313aae"
url "https://registry.npmjs.org/quicktype/-/quicktype-17.0.0.tgz"
sha256 "21155a185d27c2d54d2da489f350a397d9e6444373f4bd9c9242ab085fe82506"
license "Apache-2.0"
head "https://github.com/quicktype/quicktype.git", branch: "master"