Skip to content

Commit

Permalink
Merge pull request Homebrew#194677 from Homebrew/bump-firebase-cli-13…
Browse files Browse the repository at this point in the history
….22.1

firebase-cli 13.22.1
  • Loading branch information
BrewTestBot authored Oct 16, 2024
2 parents 6545fc1 + e1e381b commit 438aae4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/f/firebase-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.22.0.tgz"
sha256 "3e402a3d9d954f893ffc7abceb385e136d4ba6c90578b08d71b6a49a08beb931"
url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.22.1.tgz"
sha256 "e0ec0dc4ff4db026ad3e21f7f0163f188612675399633a0bfa6540334872bb8a"
license "MIT"
head "https://github.com/firebase/firebase-tools.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e68291a93816867eb2125b3aa29edcb24fe04530a3d71bf5ac1deaf650a8a905"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e68291a93816867eb2125b3aa29edcb24fe04530a3d71bf5ac1deaf650a8a905"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e68291a93816867eb2125b3aa29edcb24fe04530a3d71bf5ac1deaf650a8a905"
sha256 cellar: :any_skip_relocation, sonoma: "c398f1c901d6d2a0ef342f6105ba1203814a449bb0d5d8502ca32053dd07b58d"
sha256 cellar: :any_skip_relocation, ventura: "c398f1c901d6d2a0ef342f6105ba1203814a449bb0d5d8502ca32053dd07b58d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6a38c761ce517a732eb38d618223a5521ee79f8f29b3a83fc03c829960c4c385"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "27871d2f7bc6ff5d7b2ae0ee76ca99d81c10f8170fab92e939e0e4aebd37a96d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "27871d2f7bc6ff5d7b2ae0ee76ca99d81c10f8170fab92e939e0e4aebd37a96d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "27871d2f7bc6ff5d7b2ae0ee76ca99d81c10f8170fab92e939e0e4aebd37a96d"
sha256 cellar: :any_skip_relocation, sonoma: "427cb68226c763e2f8de38dd1adf29f340d4b4fff1452b8376a4b61d79b47026"
sha256 cellar: :any_skip_relocation, ventura: "427cb68226c763e2f8de38dd1adf29f340d4b4fff1452b8376a4b61d79b47026"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf320d687a4414d2cd85f2fb33f9717758403706f75cd3f55d0e07a234b05cc8"
end

depends_on "node"
Expand Down

0 comments on commit 438aae4

Please sign in to comment.