mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 06:16:46 -06:00
11 lines
239 B
Ruby
11 lines
239 B
Ruby
class LastpassUniversal < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://lastpass.com/lpmacosx.dmg'
|
|
homepage 'https://lastpass.com/'
|
|
license :unknown
|
|
|
|
pkg 'lpmacosx.pkg'
|
|
uninstall :pkgutil => 'com.lastpass.lpmacosx'
|
|
end
|