From 347409ddacbac068acdebeba0990c0b442e73033 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Tue, 24 Jan 2017 17:01:04 +0100 Subject: [PATCH] Add KeepassXC 2.1.0 (#29341) --- Casks/keepassxc.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Casks/keepassxc.rb diff --git a/Casks/keepassxc.rb b/Casks/keepassxc.rb new file mode 100644 index 0000000000..d591736032 --- /dev/null +++ b/Casks/keepassxc.rb @@ -0,0 +1,15 @@ +cask 'keepassxc' do + version '2.1.0' + sha256 'dc7ff0c75bb491e8d25ce2e332011c5883b5552e7a8456d14f3905c1f03a8f19' + + # github.com/keepassxreboot/keepassxc was verified as official when first introduced to the cask + url "https://github.com/keepassxreboot/keepassxc/releases/download/#{version}/KeePassXC-#{version}.dmg" + appcast 'https://github.com/keepassxreboot/keepassxc/releases.atom', + checkpoint: '1f990f1b8e6092f28e2209a93c8b58a90c4f84eba8f2b5d365c64a43b5a044ce' + name 'KeePassXC' + homepage 'https://keepassxreboot.github.io/' + + app 'KeePassXC.app' + + zap delete: '~/.keepassxc' +end