diff --git a/Formula/f/firebase-cli.rb b/Formula/f/firebase-cli.rb index ab4d84f14e68..900339674dd9 100644 --- a/Formula/f/firebase-cli.rb +++ b/Formula/f/firebase-cli.rb @@ -3,19 +3,19 @@ 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.4.0.tgz" - sha256 "1dca48050fe880a6375af90e0bc0cf462482483f16747057e47fcaa36b1d86ad" + url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.4.1.tgz" + sha256 "12c4590d18f080a9c01463978d0c351355aa5c160628e392a229c36058d9ee0a" license "MIT" 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"