drivedx: various updates (#141652)

This commit is contained in:
Miccal Matthews 2023-02-22 00:17:25 +08:00 committed by GitHub
parent 9a47cb22bc
commit d2aef9cb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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",
]