homebrew-cask/Casks/keepassxc.rb

16 lines
565 B
Ruby

cask 'keepassxc' do
version '2.4.1'
sha256 '2488d3a3297c9a88f25bf8f2478bf24a941e4f46696dc2457adec43688896015'
# 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'
name 'KeePassXC'
homepage 'https://keepassxc.org/'
app 'KeePassXC.app'
binary "#{appdir}/KeePassXC.app/Contents/MacOS/keepassxc-cli"
zap trash: '~/.keepassxc'
end