From bd9ccc6a0f94718fd67110052bc7fc7c200e66a5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:54:23 +0000 Subject: [PATCH 1/2] quicktype 23.0.103 --- Formula/q/quicktype.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/quicktype.rb b/Formula/q/quicktype.rb index 1b3d4255909a6..5c5c70f9c65a1 100644 --- a/Formula/q/quicktype.rb +++ b/Formula/q/quicktype.rb @@ -3,8 +3,8 @@ class Quicktype < Formula desc "Generate types and converters from JSON, Schema, and GraphQL" homepage "https://github.com/quicktype/quicktype" - url "https://registry.npmjs.org/quicktype/-/quicktype-23.0.82.tgz" - sha256 "f685b825b76345a6c25f7bb3249fcd3d86cb013b8eac13f352833277f378d68a" + url "https://registry.npmjs.org/quicktype/-/quicktype-23.0.103.tgz" + sha256 "73f861143edcea136600df2006539cb7040c54af7bbffd3fc5c33838f898fbb5" license "Apache-2.0" head "https://github.com/quicktype/quicktype.git", branch: "master" From ec731e0d134225ee7ceb32b76c57c8d9644f0c8d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:28:26 +0000 Subject: [PATCH 2/2] quicktype: update 23.0.103 bottle. --- Formula/q/quicktype.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/q/quicktype.rb b/Formula/q/quicktype.rb index 5c5c70f9c65a1..317f3d4f466ea 100644 --- a/Formula/q/quicktype.rb +++ b/Formula/q/quicktype.rb @@ -9,13 +9,13 @@ class Quicktype < Formula head "https://github.com/quicktype/quicktype.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "83b78f4baf16d8afee97af538ecc669cda6ae633bdab2a2be93515cc7d9f7529" - sha256 cellar: :any_skip_relocation, arm64_ventura: "83b78f4baf16d8afee97af538ecc669cda6ae633bdab2a2be93515cc7d9f7529" - sha256 cellar: :any_skip_relocation, arm64_monterey: "83b78f4baf16d8afee97af538ecc669cda6ae633bdab2a2be93515cc7d9f7529" - sha256 cellar: :any_skip_relocation, sonoma: "b9c5182493b7b7668003180adafd3ae337d0465014b2c8e6cabccd5b11d0596d" - sha256 cellar: :any_skip_relocation, ventura: "b9c5182493b7b7668003180adafd3ae337d0465014b2c8e6cabccd5b11d0596d" - sha256 cellar: :any_skip_relocation, monterey: "b9c5182493b7b7668003180adafd3ae337d0465014b2c8e6cabccd5b11d0596d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "83b78f4baf16d8afee97af538ecc669cda6ae633bdab2a2be93515cc7d9f7529" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "32e7fec82294aacdcd3bf0023074df411203c816d9cb46bfef762d8184129173" + sha256 cellar: :any_skip_relocation, arm64_ventura: "32e7fec82294aacdcd3bf0023074df411203c816d9cb46bfef762d8184129173" + sha256 cellar: :any_skip_relocation, arm64_monterey: "32e7fec82294aacdcd3bf0023074df411203c816d9cb46bfef762d8184129173" + sha256 cellar: :any_skip_relocation, sonoma: "9e66fc2ece65981bdc93d604a1f5250b4ca8a77d969838800802dc4f773aa782" + sha256 cellar: :any_skip_relocation, ventura: "9e66fc2ece65981bdc93d604a1f5250b4ca8a77d969838800802dc4f773aa782" + sha256 cellar: :any_skip_relocation, monterey: "9e66fc2ece65981bdc93d604a1f5250b4ca8a77d969838800802dc4f773aa782" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32e7fec82294aacdcd3bf0023074df411203c816d9cb46bfef762d8184129173" end depends_on "node"