Skip to content

Commit

Permalink
sf 2.63.8
Browse files Browse the repository at this point in the history
autobump: add sf

Signed-off-by: Rui Chen <[email protected]>

sf: add livecheck

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
dtrodrigues authored and chenrui333 committed Oct 25, 2024
1 parent 31463f0 commit 31ed1d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2526,6 +2526,7 @@ serialosc
serpl
serverless
service-weaver
sf
sfcgal
sh4d0wup
shaderc
Expand Down
11 changes: 9 additions & 2 deletions Formula/s/sf.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
class Sf < Formula
desc "Command-line toolkit for Salesforce development"
homepage "https://developer.salesforce.com/tools/salesforcecli"
url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.63.7.tgz"
sha256 "0258e405bc1f2f70cc23a668161bcefba519d5d726613cfc5d8cfa465af7a660"
url "https://registry.npmjs.org/@salesforce/cli/-/cli-2.63.8.tgz"
sha256 "b80c2697c0176e90ff22fae0fe6e7eb951115607461c6a044d0f81babc964bf2"
license "BSD-3-Clause"

livecheck do
url "https://registry.npmjs.org/@salesforce/cli/latest"
strategy :json do |json|
json["version"]
end
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e60f79f0c427185c32966d48b15eab67988408bdc3d775652cff3ee61a18e215"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e60f79f0c427185c32966d48b15eab67988408bdc3d775652cff3ee61a18e215"
Expand Down

0 comments on commit 31ed1d4

Please sign in to comment.