homebrew-cask/Casks/keeweb.rb

19 lines
526 B
Ruby

cask 'keeweb' do
version '1.15.5'
sha256 'ccf19f007ef56422f1ea06028135dfe1f9ccd597fba67a5adfcba3b697d16233'
# 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