homebrew-cask/Casks/keeweb.rb

19 lines
526 B
Ruby

cask 'keeweb' do
version '1.14.2'
sha256 '9d8470490bbc92d727ff51b4df2ba6b32a565789fced86b4cd41c0140447326a'
# 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