Merge pull request #165469 from HuaDeity/cleanupbuddy

cleanupbuddy 1.0 (new cask)
This commit is contained in:
Miccal Matthews
2024-01-29 14:59:45 +08:00
committed by GitHub
+25
View File
@@ -0,0 +1,25 @@
cask "cleanupbuddy" do
version "1.0,9"
sha256 "f1250669c3023c4f77e63df456b98533eecf2199d9a651e218001e977749ebb3"
url "https://sparkle.cleanupbuddy.app/CleanupBuddy_v#{version.csv.first}-#{version.csv.second}.dmg"
name "CleanupBuddy"
desc "Clean keyboard and trackpad"
homepage "https://cleanupbuddy.app/"
livecheck do
url "https://sparkle.cleanupbuddy.app/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :ventura"
app "CleanupBuddy.app"
zap trash: [
"~/Library/HTTPStorages/codes.rambo.CleanupBuddy",
"~/Library/Preferences/codes.rambo.CleanupBuddy.plist",
"~/Library/Saved Application State/codes.rambo.CleanupBuddy.savedState",
]
end