homebrew-cask/Casks/keepassxc.rb

15 lines
501 B
Ruby
Raw Normal View History

2017-01-25 00:01:04 +08:00
cask 'keepassxc' do
2018-08-24 07:39:24 +08:00
version '2.3.4'
sha256 '59d7530625866c3d7d5cfa753e12dee0f052f79e1a7572f8e5633ad915369228'
2017-01-25 00:01:04 +08:00
# github.com/keepassxreboot/keepassxc was verified as official when first introduced to the cask
2017-02-18 20:25:23 +08:00
url "https://github.com/keepassxreboot/keepassxc/releases/download/#{version}/KeePassXC-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/keepassxreboot/keepassxc/releases.atom'
2017-01-25 00:01:04 +08:00
name 'KeePassXC'
2017-02-12 10:16:58 +08:00
homepage 'https://keepassxc.org/'
2017-01-25 00:01:04 +08:00
app 'KeePassXC.app'
2017-11-18 18:27:43 +08:00
zap trash: '~/.keepassxc'
2017-01-25 00:01:04 +08:00
end