quicktype 20.0.20

Closes #120738.

Signed-off-by: Patrick Linnane <patrick@linnane.io>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2023-01-16 16:46:56 +01:00 committed by BrewTestBot
parent cca8583ddd
commit 40b4b2cc77
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-20.0.10.tgz"
sha256 "680176e50abe8110abe731ebf064dd37acf868050b59f9354325b1489db3ef89"
url "https://registry.npmjs.org/quicktype/-/quicktype-20.0.20.tgz"
sha256 "9efd98dc268feadc0d7997319188af8d897300703fc05b4013c9fd50ae3794f8"
license "Apache-2.0"
head "https://github.com/quicktype/quicktype.git", branch: "master"