diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index 0dd6907ef0ac..900339674dd9 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: "3d032ac32fb289c23c74b105292efb6aef6e2cccdce68f46cf99d25d2a6118ab" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3d032ac32fb289c23c74b105292efb6aef6e2cccdce68f46cf99d25d2a6118ab" - sha256 cellar: :any_skip_relocation, arm64_monterey: "3d032ac32fb289c23c74b105292efb6aef6e2cccdce68f46cf99d25d2a6118ab" - sha256 cellar: :any_skip_relocation, sonoma: "47d1ca8d3624bdde8a0bf45f046e8868e6bc1e04ab624c743901254a2c8ebab6" - sha256 cellar: :any_skip_relocation, ventura: "47d1ca8d3624bdde8a0bf45f046e8868e6bc1e04ab624c743901254a2c8ebab6" - sha256 cellar: :any_skip_relocation, monterey: "47d1ca8d3624bdde8a0bf45f046e8868e6bc1e04ab624c743901254a2c8ebab6" - sha256 cellar: :any_skip_relocation, x86_64_linux: "33e2432991a9609be032deb8f037d0441f866d3a04bdb90d11328f467e1c4b2c" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6aa0cdcc3f29eb10fc5315331820306ed7a57d82c89812b8e53146c97ff2cce0" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6aa0cdcc3f29eb10fc5315331820306ed7a57d82c89812b8e53146c97ff2cce0" + sha256 cellar: :any_skip_relocation, arm64_monterey: "6aa0cdcc3f29eb10fc5315331820306ed7a57d82c89812b8e53146c97ff2cce0" + sha256 cellar: :any_skip_relocation, sonoma: "4405e1bc0bcd64725a3cdf4c8c06f4b1c6822b2c6e060de5321fe65f5725508c" + sha256 cellar: :any_skip_relocation, ventura: "4405e1bc0bcd64725a3cdf4c8c06f4b1c6822b2c6e060de5321fe65f5725508c" + sha256 cellar: :any_skip_relocation, monterey: "4405e1bc0bcd64725a3cdf4c8c06f4b1c6822b2c6e060de5321fe65f5725508c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "81a85f74fd8763c6c58f5cac3f045d69b1e9c70b7f202cd017e76facdeb510dc" end depends_on "node"