Skip to content

Commit 0267aa9

Browse files
authored
Merge pull request #200090 from Homebrew/bump-sf-2.68.6
sf 2.68.6
2 parents 16cacb8 + 443291a commit 0267aa9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/sf.rb

Lines changed: 8 additions & 8 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.67.7.tgz"
5-
sha256 "abd48ac766b9e6c2cfdc536e008b92442eff384389c16df50d50a68b2d793a5a"
4+
url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.68.6.tgz"
5+
sha256 "ef05660ef80c040accb0f4fd5c09624d3d28d3affbdae71262951da6ab1444a4"
66
license "BSD-3-Clause"
77

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

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d3bdba096c1c2688ee2d350e56d3162c98e8c123bcc5f177d711dfae141de4cb"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3bdba096c1c2688ee2d350e56d3162c98e8c123bcc5f177d711dfae141de4cb"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d3bdba096c1c2688ee2d350e56d3162c98e8c123bcc5f177d711dfae141de4cb"
19-
sha256 cellar: :any_skip_relocation, sonoma: "5ed7448563b2511acd55494bfbf3915b6fd184a2a96c31da2c3dfb4995640952"
20-
sha256 cellar: :any_skip_relocation, ventura: "5ed7448563b2511acd55494bfbf3915b6fd184a2a96c31da2c3dfb4995640952"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d3bdba096c1c2688ee2d350e56d3162c98e8c123bcc5f177d711dfae141de4cb"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1612f6197f2d648d552ae853b6e6aac8db96553d621b5848555e67fda9168f34"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1612f6197f2d648d552ae853b6e6aac8db96553d621b5848555e67fda9168f34"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1612f6197f2d648d552ae853b6e6aac8db96553d621b5848555e67fda9168f34"
19+
sha256 cellar: :any_skip_relocation, sonoma: "62372d900455946ae59f5fc7dd9b15ab354bbcd1145fd385219ef92a53d7616f"
20+
sha256 cellar: :any_skip_relocation, ventura: "62372d900455946ae59f5fc7dd9b15ab354bbcd1145fd385219ef92a53d7616f"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1612f6197f2d648d552ae853b6e6aac8db96553d621b5848555e67fda9168f34"
2222
end
2323

2424
depends_on "node@20"

0 commit comments

Comments
 (0)