Skip to content

Commit

Permalink
Merge pull request #173925 from Homebrew/bump-firebase-cli-13.11.1
Browse files Browse the repository at this point in the history
firebase-cli 13.11.1
  • Loading branch information
BrewTestBot authored Jun 7, 2024
2 parents 3e71ee9 + 7a6e2e8 commit 0cfbe8d
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.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"

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"
Expand Down

0 comments on commit 0cfbe8d

Please sign in to comment.