homebrew-cask/Casks/enpass.rb

22 lines
761 B
Ruby

cask 'enpass' do
version '5.6.11'
sha256 '0fdbfb3ed540b1d7c7f2d7d71f73ab5a32aaf4a66b4008ca3ddb62eb319b9fc1'
# sinew.in was verified as official when first introduced to the cask
url "https://dl.sinew.in/mac/setup/Enpass-#{version}.dmg"
appcast 'https://dl.sinew.in/mac/package/appcast.xml'
name 'Enpass'
homepage 'https://www.enpass.io/'
depends_on macos: '>= :mountain_lion'
app 'Enpass.app'
zap trash: [
'~/Library/Caches/com.plausiblelabs.crashreporter.data/in.sinew.Enpass-Desktop',
'~/Library/Caches/in.sinew.Enpass-Desktop',
'~/Library/Preferences/in.sinew.Enpass-Desktop.plist',
'~/Library/Saved Application State/in.sinew.Enpass-Desktop.savedState',
]
end