homebrew-cask/Casks/ferdi.rb

31 lines
1.1 KiB
Ruby

cask "ferdi" do
version "5.5.0"
sha256 "7e9d5ff9f4780636bc2595127f4a86fc77b794d87e6de992fa41e7d8f9c95380"
# github.com/getferdi/ferdi/ was verified as official when first introduced to the cask
url "https://github.com/getferdi/ferdi/releases/download/v#{version}/Ferdi-#{version}.dmg"
appcast "https://github.com/getferdi/ferdi/releases.atom"
name "Ferdi"
homepage "https://getferdi.com/"
auto_updates true
app "Ferdi.app"
uninstall quit: "com.kytwb.ferdi",
delete: "/Library/Logs/DiagnosticReports/Ferdi Helper_.*wakeups_resource.diag"
zap trash: [
"~/Library/Application Support/Caches/ferdi-updater",
"~/Library/Application Support/Ferdi",
"~/Library/Caches/com.kytwb.ferdi",
"~/Library/Caches/com.kytwb.ferdi.ShipIt",
"~/Library/Logs/Ferdi",
"~/Library/Preferences/ByHost/com.kytwb.ferdi.ShipIt.*.plist",
"~/Library/Preferences/com.electron.ferdi.helper.plist",
"~/Library/Preferences/com.electron.ferdi.plist",
"~/Library/Preferences/com.kytwb.ferdi.plist",
"~/Library/Saved Application State/com.kytwb.ferdi.savedState",
]
end