From 31ed1d44b4088bf43076173f009482474a9f7ca1 Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Thu, 24 Oct 2024 20:52:30 -0400 Subject: [PATCH] sf 2.63.8 autobump: add sf Signed-off-by: Rui Chen sf: add livecheck Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/s/sf.rb | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 195f387b8852..158027f96e16 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2526,6 +2526,7 @@ serialosc serpl serverless service-weaver +sf sfcgal sh4d0wup shaderc diff --git a/Formula/s/sf.rb b/Formula/s/sf.rb index c353673bcece..52eae6ee3244 100644 --- a/Formula/s/sf.rb +++ b/Formula/s/sf.rb @@ -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"