homebrew-cask/Casks/lastpass-universal.rb

9 lines
223 B
Ruby

class LastpassUniversal < Cask
url 'https://lastpass.com/lpmacosx.dmg'
homepage 'https://lastpass.com/'
version 'latest'
sha256 :no_check
install 'lpmacosx.pkg'
uninstall :pkgutil => 'com.lastpass.lpmacosx'
end