Skip to content

Commit

Permalink
Merge pull request Homebrew#162048 from dnhn/bump-firebase-cli-13.2.1
Browse files Browse the repository at this point in the history
firebase-cli 13.2.1
  • Loading branch information
BrewTestBot authored Feb 7, 2024
2 parents 35f4147 + 8f7d222 commit 1216375
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/f/firebase-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0.tgz"
sha256 "9587d5d72a0c56ab415b9e81bbaa57905f06878ae03f364bba432de9d8256373"
url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.2.1.tgz"
sha256 "68890c75c2453d6708c59c0189df316a09e238155f4e6c7eeeedc7d05db9dcdb"
license "MIT"
head "https://github.com/firebase/firebase-tools.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b500a42fcd7ba491ba259fabcbf5f7498d6c2380268b066562b92e88520c2844"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b500a42fcd7ba491ba259fabcbf5f7498d6c2380268b066562b92e88520c2844"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b500a42fcd7ba491ba259fabcbf5f7498d6c2380268b066562b92e88520c2844"
sha256 cellar: :any_skip_relocation, sonoma: "04576b3b46648a3011b97a5792a98b113a84d8427220113593ebca117308408d"
sha256 cellar: :any_skip_relocation, ventura: "04576b3b46648a3011b97a5792a98b113a84d8427220113593ebca117308408d"
sha256 cellar: :any_skip_relocation, monterey: "04576b3b46648a3011b97a5792a98b113a84d8427220113593ebca117308408d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b5b7d33bbed55c267384c85e83f3b4b1999d0aad8492e5b6532a7a1f9809cb3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f98d44f9e109a0d738902e69bdbb31a87e381b01fc57f6f40ce476a9fc67b969"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f98d44f9e109a0d738902e69bdbb31a87e381b01fc57f6f40ce476a9fc67b969"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f98d44f9e109a0d738902e69bdbb31a87e381b01fc57f6f40ce476a9fc67b969"
sha256 cellar: :any_skip_relocation, sonoma: "21e4bcddb97ac8a38cb88d5bd219b0aa4c596a5529e64c057328dbe9680ae3d5"
sha256 cellar: :any_skip_relocation, ventura: "21e4bcddb97ac8a38cb88d5bd219b0aa4c596a5529e64c057328dbe9680ae3d5"
sha256 cellar: :any_skip_relocation, monterey: "21e4bcddb97ac8a38cb88d5bd219b0aa4c596a5529e64c057328dbe9680ae3d5"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f728df3330ee1077df6e2eef703044343c4818add48354deaa81179395e49ea"
end

depends_on "node"
Expand Down

0 comments on commit 1216375

Please sign in to comment.