Skip to content

Commit 2df48c8

Browse files
authored
Merge pull request #232716 from Homebrew/bump-sf-2.100.4
sf 2.100.4
2 parents 27b1444 + 07ce3b5 commit 2df48c8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/s/sf.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Sf < Formula
22
desc "Command-line toolkit for Salesforce development"
33
homepage "https://developer.salesforce.com/tools/salesforcecli"
4-
url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.100.3.tgz"
5-
sha256 "321d2734541a1c48a25497183792609ceb7baea87c3e3d30c275cfcb679ead58"
4+
url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.100.4.tgz"
5+
sha256 "05d5c2917788d2a2b6ea55895cbed59b5f48d82561efcdaf4a1f9a0040592547"
66
license "BSD-3-Clause"
77

88
livecheck do
@@ -13,13 +13,13 @@ class Sf < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "24f863af9367abf3b72500944c0ce1bfdef7190d53d546e43422d6abd0c71a9d"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "24f863af9367abf3b72500944c0ce1bfdef7190d53d546e43422d6abd0c71a9d"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "24f863af9367abf3b72500944c0ce1bfdef7190d53d546e43422d6abd0c71a9d"
19-
sha256 cellar: :any_skip_relocation, sonoma: "62f7bd00f5c2f1d3ec1711d3cc47c0f4feb60cb9ee86c6f8fd42422faba1f3b3"
20-
sha256 cellar: :any_skip_relocation, ventura: "62f7bd00f5c2f1d3ec1711d3cc47c0f4feb60cb9ee86c6f8fd42422faba1f3b3"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "24f863af9367abf3b72500944c0ce1bfdef7190d53d546e43422d6abd0c71a9d"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "24f863af9367abf3b72500944c0ce1bfdef7190d53d546e43422d6abd0c71a9d"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "362860a5a9554e45428f790de613a26811fa5a8590768006e24e72cdf3be3121"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "362860a5a9554e45428f790de613a26811fa5a8590768006e24e72cdf3be3121"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "362860a5a9554e45428f790de613a26811fa5a8590768006e24e72cdf3be3121"
19+
sha256 cellar: :any_skip_relocation, sonoma: "b463263ba3af28849bee8840ed8aa4f78031eed22b9102f07b98baed780e8cba"
20+
sha256 cellar: :any_skip_relocation, ventura: "b463263ba3af28849bee8840ed8aa4f78031eed22b9102f07b98baed780e8cba"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "362860a5a9554e45428f790de613a26811fa5a8590768006e24e72cdf3be3121"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "362860a5a9554e45428f790de613a26811fa5a8590768006e24e72cdf3be3121"
2323
end
2424

2525
depends_on "node"

0 commit comments

Comments
 (0)