cask 'keeweb' do version '1.12.3' sha256 '68c00946b6c377bcd79d49549026d250f04f2d22522219b06b5dc625cb7fc8b9' # 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