From d2aef9cb1fe70ab959e3b45048836ee158ed0c52 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Wed, 22 Feb 2023 00:17:25 +0800 Subject: [PATCH] drivedx: various updates (#141652) --- Casks/drivedx.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/drivedx.rb b/Casks/drivedx.rb index d5db9261783..5285bfa1ce2 100644 --- a/Casks/drivedx.rb +++ b/Casks/drivedx.rb @@ -1,15 +1,15 @@ cask "drivedx" do - version "1.11.0,730" + version "1.11.0" sha256 "e72c18695916cc99ce10dd08b91d7c5d6d799ca471fef8cbabf79fb3a3d93bef" - url "https://binaryfruit.com/download/drivedx/mac/#{version.major}/bin/DriveDx.#{version.csv.first}.zip" + url "https://binaryfruit.com/download/drivedx/mac/#{version.major}/bin/DriveDx.#{version}.zip" name "DriveDX" desc "Drive health diagnostic & monitoring tool" homepage "https://binaryfruit.com/drivedx" livecheck do - url "https://binaryfruit.com/download/drivedx/mac/#{version.major}/updates/?appcast&appName=DriveDxMac" - strategy :sparkle + url "https://binaryfruit.com/download/drivedx/mac/#{version.major}/updates/" + strategy :sparkle, &:short_version end auto_updates true @@ -18,8 +18,8 @@ cask "drivedx" do zap trash: [ "~/Library/Application Support/DriveDx", - "~/Library/Caches/DriveDx", "~/Library/Caches/com.binaryfruit.DriveDx", + "~/Library/Caches/DriveDx", "~/Library/Logs/DriveDx", "~/Library/Preferences/com.binaryfruit.DriveDx.plist", ]