cask 'keeweb' do version '1.8.2' sha256 '20066c83901ee9c72b6ede72454a6542f11c36f463e685c342ff1210db3c921d' # 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