Skip to content

Commit b449392

Browse files
authored
Merge pull request #197032 from Homebrew/bump-firebase-cli-13.24.2
firebase-cli 13.24.2
2 parents 2abc8d1 + 7c97a0f commit b449392

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/firebase-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class FirebaseCli < Formula
22
desc "Firebase command-line tools"
33
homepage "https://firebase.google.com/docs/cli/"
4-
url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.24.1.tgz"
5-
sha256 "c943f50fda74de58db8b400c68fd6ad2e88ab7e697ff5100de255c89ed96af9f"
4+
url "https://registry.npmjs.org/firebase-tools/-/firebase-tools-13.24.2.tgz"
5+
sha256 "c23f0cc37067568f87d8cbf730587fe23157d4aaad2c54a6939932d0af5ecf1b"
66
license "MIT"
77
head "https://github.com/firebase/firebase-tools.git", branch: "master"
88

99
bottle do
10-
sha256 arm64_sequoia: "bf8c0c0974a9fe46e98136232d381548f4e9355420ec4d5b9c3c0742f74c7c30"
11-
sha256 arm64_sonoma: "9e4eda9c930f01fccca2bced59528b4030b7984e3cb3400687dcfd54ad112eef"
12-
sha256 arm64_ventura: "6bd2a6d3b3bc304dfad0ac964fb55593413f49e03f1b53c2430e0a8ee1424564"
13-
sha256 sonoma: "8bfea3601abc791ed29b379b4d273223cd709f25b6cd9468beaa5842870d0f6e"
14-
sha256 ventura: "e90ea508f8e924013a97d7e156efe154939d6d7f6ba7dc1a486c3c9a2f2dcbe5"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ef9e335de4b39aea3109ffdf46e59d8fa94ea4ef25decd2c464862ede8a6e56"
10+
sha256 arm64_sequoia: "cc0c7610c6f38b5b369d1489f58e4afda19905ad8bceeff15874b3a724a4eb4d"
11+
sha256 arm64_sonoma: "8b94e578b9bf9caf6a6e89ee672e62792a2011586585d0929bd9f09136ae79dc"
12+
sha256 arm64_ventura: "588a2dd2d0572d8ded1ccc62052c3fdcd49436b6d2e028c386330405724e4abb"
13+
sha256 sonoma: "9407f399578322885c29b9a498eca501655735719a105138a4353512e2704ce8"
14+
sha256 ventura: "95718fd15a1627e2ca97911aec11e3ee07afc27d3fa6246b6d61e5de62daef52"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a2fcd2e692c3a998bbddc6de9ef31b546ecfc6f27fb818ced52a147f4cdff0bc"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)