cask "keeweb" do version "1.15.6" sha256 "b99b63f2266b36732bf73d084868386a513b36d4f44a5f26c6c9e53a10ac3f09" # github.com/keeweb/keeweb/ was verified as official when first introduced to the cask url "https://github.com/keeweb/keeweb/releases/download/v#{version}/KeeWeb-#{version}.mac.dmg" appcast "https://github.com/keeweb/keeweb/releases.atom" name "KeeWeb" homepage "https://keeweb.info/" auto_updates true app "KeeWeb.app" uninstall_preflight do set_ownership "#{appdir}/KeeWeb.app" end end