cask "keka" do version "1.2.5" sha256 "e6ca297d850ffe9e7e8b222b94d98ef429d042ad359586565e6bc6005fa53df3" # github.com/aonez/Keka/ was verified as official when first introduced to the cask url "https://github.com/aonez/Keka/releases/download/v#{version}/Keka-#{version}.dmg" appcast "https://github.com/aonez/Keka/releases.atom" name "Keka" desc "File archiver" homepage "https://www.keka.io/" auto_updates true conflicts_with cask: "keka-beta" app "Keka.app" zap trash: [ "~/Library/Containers/com.aone.keka", "~/Library/Application Support/Keka", "~/Library/Caches/com.aone.keka", "~/Library/Preferences/com.aone.keka.plist", "~/Library/Saved Application State/com.aone.keka.savedState", ] end