homebrew-cask/Casks/lastpass.rb

17 lines
403 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'
2016-03-08 23:50:45 +08:00
uninstall script: {
executable: 'Uninstaller.app/Contents/Resources/uninstall.sh',
sudo: true,
}
end