mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add KeepassXC 2.1.0 (#29341)
This commit is contained in:
committed by
Vítor Galvão
parent
528d844c1e
commit
347409ddac
@@ -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
|
||||
Reference in New Issue
Block a user