homebrew-cask/Casks/lastpass.rb

15 lines
339 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lastpass' do
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://lastpass.com/download/cdn/lpmacosx.zip'
2015-01-23 06:07:59 +08:00
name 'LastPass'
homepage 'https://lastpass.com/'
2015-09-09 04:16:51 +08:00
license :gratis
installer :manual => 'LastPass Installer.app'
2015-11-30 02:14:34 +08:00
uninstall :script => 'Uninstaller.app/Contents/Resources/uninstall.sh',
:sudo => true
end