Adding Criptext 0.14.7 (#56972)

This commit is contained in:
Eric Miller 2019-01-15 17:45:23 -06:00 committed by Vítor Galvão
parent f1307aa415
commit 7a02b970bb
1 changed files with 16 additions and 0 deletions

16
Casks/criptext.rb Normal file
View File

@ -0,0 +1,16 @@
cask 'criptext' do
version :latest
sha256 :no_check
url 'https://cdn.criptext.com/Criptext-Email-Desktop/mac/Criptext-latest.dmg'
name 'Criptext'
homepage 'https://criptext.com/'
app 'Criptext.app'
zap trash: [
'~/Library/Application Support/Criptext',
'~/Library/Logs/Criptext',
'~/Library/Saved Application State/com.criptext.criptextmail.savedState',
]
end