Skip to content

Commit d4c63d2

Browse files
authored
Merge pull request #206659 from Homebrew/bump-sf-2.75.5
sf 2.75.5
2 parents e330336 + f914c66 commit d4c63d2

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.74.6.tgz"
5-
sha256 "6db2d99aad460f6b2892d24fddd4161c432e8e5a4f998e65d36cfc9a196a8fe8"
4+
url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.75.5.tgz"
5+
sha256 "4682ed4b471998deb6fd7ecbbaea960115468cf8bfa98d842eaad370e2dc5c3a"
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: "c5ab678e617aa436249209808409f1877e462aabbc10b92c8624d4c7c38110b4"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5ab678e617aa436249209808409f1877e462aabbc10b92c8624d4c7c38110b4"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c5ab678e617aa436249209808409f1877e462aabbc10b92c8624d4c7c38110b4"
19-
sha256 cellar: :any_skip_relocation, sonoma: "3a02162df0bf33f8c025dc36a29d3f9f03860777d4273ed2224acae694541c7d"
20-
sha256 cellar: :any_skip_relocation, ventura: "3a02162df0bf33f8c025dc36a29d3f9f03860777d4273ed2224acae694541c7d"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c5ab678e617aa436249209808409f1877e462aabbc10b92c8624d4c7c38110b4"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fb585a91310fb2a29516b6a0dd0aada38ee0c31683b6428c901c52919687c03a"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb585a91310fb2a29516b6a0dd0aada38ee0c31683b6428c901c52919687c03a"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fb585a91310fb2a29516b6a0dd0aada38ee0c31683b6428c901c52919687c03a"
19+
sha256 cellar: :any_skip_relocation, sonoma: "fce37c233156229d5ee699979b2ed629bb35048226abe503613394d01b43c311"
20+
sha256 cellar: :any_skip_relocation, ventura: "fce37c233156229d5ee699979b2ed629bb35048226abe503613394d01b43c311"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb585a91310fb2a29516b6a0dd0aada38ee0c31683b6428c901c52919687c03a"
2222
end
2323

2424
depends_on "node"

0 commit comments

Comments
 (0)