cask "thelowtechguys-cling" do version "1.2.1" sha256 "c2258c4c17a6e25bb87fb5408acfd4589e9942cdea865177a3f3beee996b6afd" url "https://files.lowtechguys.com/releases/Cling-#{version}.dmg" name "The low-tech guys Cling" desc "Instant fuzzy finder for files including system and hidden files" homepage "https://lowtechguys.com/cling" livecheck do url "https://files.lowtechguys.com/cling/appcast.xml" strategy :sparkle end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :sonoma" app "Cling.app" zap trash: [ "~/Library/Application Scripts/com.lowtechguys.Cling", "~/Library/Caches/Cling", "~/Library/Caches/com.lowtechguys.Cling", "~/Library/HTTPStorages/com.lowtechguys.Cling", "~/Library/Preferences/com.lowtechguys.Cling.plist", ] end