Skip to content

Commit da4dbee

Browse files
authored
Merge pull request Homebrew#195848 from Homebrew/bump-sf-2.63.9
sf 2.63.9
2 parents 8c2cf5a + b1b791d commit da4dbee

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.63.8.tgz"
5-
sha256 "b80c2697c0176e90ff22fae0fe6e7eb951115607461c6a044d0f81babc964bf2"
4+
url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.63.9.tgz"
5+
sha256 "55db33b96e9441209f7236f5d71a62a8b78b66a845a0dda1e8efba6b77ff627e"
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: "ab89474393013993255ec5a15b1d063d93ddc8bf706289cfc9cefdc13718d371"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab89474393013993255ec5a15b1d063d93ddc8bf706289cfc9cefdc13718d371"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ab89474393013993255ec5a15b1d063d93ddc8bf706289cfc9cefdc13718d371"
19-
sha256 cellar: :any_skip_relocation, sonoma: "edd440a3037296fa5027d134020e093ba9d376cd7503227ae393e153624d8c3a"
20-
sha256 cellar: :any_skip_relocation, ventura: "edd440a3037296fa5027d134020e093ba9d376cd7503227ae393e153624d8c3a"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab89474393013993255ec5a15b1d063d93ddc8bf706289cfc9cefdc13718d371"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8ca8e7dcc3eb4e41c358207103efe7284337a8c877bf08c55b9b657f80c9c013"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ca8e7dcc3eb4e41c358207103efe7284337a8c877bf08c55b9b657f80c9c013"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8ca8e7dcc3eb4e41c358207103efe7284337a8c877bf08c55b9b657f80c9c013"
19+
sha256 cellar: :any_skip_relocation, sonoma: "e52b18670c962a441786d518a91499c68ec9656caec17bc1522d01161e57fd08"
20+
sha256 cellar: :any_skip_relocation, ventura: "e52b18670c962a441786d518a91499c68ec9656caec17bc1522d01161e57fd08"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ca8e7dcc3eb4e41c358207103efe7284337a8c877bf08c55b9b657f80c9c013"
2222
end
2323

2424
depends_on "node@20"

0 commit comments

Comments
 (0)