homebrew-cask/Casks/encryptr.rb

19 lines
663 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'encryptr' do
2015-12-09 00:45:33 +08:00
version '2.0.0'
sha256 '54e2ef8f8c4d22a20793b68fd35c65f8af34ffd783c48140b84c1a9b445589ea'
2015-05-27 04:17:56 +08:00
2015-12-09 00:45:33 +08:00
url "https://spideroak.com/dist/encryptr/signed/osx/Encryptr-v#{version}-mac.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/SpiderOak/Encryptr/releases.atom',
checkpoint: 'a7e094ccb571d99d08b9dd64c01caed8a8db15ff4563861f9af364b9208b9173'
name 'SpiderOak Encryptr'
2015-12-09 00:45:33 +08:00
homepage 'https://spideroak.com/solutions/encryptr'
2015-05-27 04:17:56 +08:00
license :gpl
app 'Encryptr.app'
zap delete: [
'~/Library/Preferences/org.devgeeks.encryptr.plist',
'~/Library/Saved Application State/org.devgeeks.encryptr.savedState',
]
2015-05-27 04:17:56 +08:00
end