From 2a8af7dd2a85a002c3c49e7af81484592af3f578 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:37:47 +0000 Subject: [PATCH 1/2] firebase-cli 13.11.1 --- Formula/f/firebase-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index ae1d82c050588..72d78562f0bbc 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -3,8 +3,8 @@ class FirebaseCli < Formula desc "Firebase command-line tools" homepage "https://firebase.google.com/docs/cli/" - url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.11.0.tgz" - sha256 "195f44b0a8687f7aa7d95de87b5ac4a4133044ee96d0b526538de15694220c45" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.11.1.tgz" + sha256 "f8a954944892930cf1bdaa3a630a962e4eb1bcedc4ced7002a20a6a5a23444a3" license "MIT" head "https://github.com/firebase/firebase-tools.git", branch: "master" From 7a6e2e8cb212058501bb9e083adcd20084b1332c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:22:10 +0000 Subject: [PATCH 2/2] firebase-cli: update 13.11.1 bottle. --- Formula/f/firebase-cli.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 72d78562f0bbc..3c0e0fa17c55b 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -9,13 +9,13 @@ class FirebaseCli < Formula head "https://github.com/firebase/firebase-tools.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6631bd9fb0b928541a7c9979ccd2898807f818301deab49a317335bec70f6e55" - sha256 cellar: :any_skip_relocation, arm64_ventura: "6631bd9fb0b928541a7c9979ccd2898807f818301deab49a317335bec70f6e55" - sha256 cellar: :any_skip_relocation, arm64_monterey: "6631bd9fb0b928541a7c9979ccd2898807f818301deab49a317335bec70f6e55" - sha256 cellar: :any_skip_relocation, sonoma: "174d48564b30a75ef38fbc0296bbbe0bddf33f90990627c18fe284ff54f448fe" - sha256 cellar: :any_skip_relocation, ventura: "423cc9e8486bd3204292f5ef3c2ed82c89913b4ae4bd0dabab8c052ad41a56b3" - sha256 cellar: :any_skip_relocation, monterey: "012ced3430abf4543fa3120b0e54a3bda7c4bec2d54a40496171a6d8b28652c7" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f3a997fa14ece4222166c664616c1869c6130a74a21e1859ab1e246d1e395bbe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "b951b57b6fffeac33b4f23a965271f242d79baac28444f0b54a4f1902acc27ec" + sha256 cellar: :any_skip_relocation, arm64_ventura: "b951b57b6fffeac33b4f23a965271f242d79baac28444f0b54a4f1902acc27ec" + sha256 cellar: :any_skip_relocation, arm64_monterey: "b951b57b6fffeac33b4f23a965271f242d79baac28444f0b54a4f1902acc27ec" + sha256 cellar: :any_skip_relocation, sonoma: "6cdc268d5cdae09985b107be26db7809f5902ee5daaef17953f04eb69b6c685c" + sha256 cellar: :any_skip_relocation, ventura: "6cdc268d5cdae09985b107be26db7809f5902ee5daaef17953f04eb69b6c685c" + sha256 cellar: :any_skip_relocation, monterey: "6cdc268d5cdae09985b107be26db7809f5902ee5daaef17953f04eb69b6c685c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "32f32ad33961d6645e47940a497f31811953aabbad79bdad3734b9c096290456" end depends_on "node"