You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
689 B
19 lines
689 B
cask '1password-beta' do
|
|
version '6.6.1.BETA-4'
|
|
sha256 '238f1ee21758b3a0ad4e6c5f8dd2870e90a9bc2d637a2f7192a17b2c1ccf6a36'
|
|
|
|
url "https://cache.agilebits.com/dist/1P/mac4/1Password-#{version}.zip"
|
|
name '1Password'
|
|
homepage 'https://agilebits.com/downloads'
|
|
|
|
auto_updates true
|
|
|
|
app "1Password #{version.major}.app"
|
|
|
|
zap delete: [
|
|
'~/Library/Application Scripts/2BUA8C4S2C.com.agilebits.onepassword-osx-helper',
|
|
'~/Library/Containers/2BUA8C4S2C.com.agilebits.onepassword-osx-helper',
|
|
'~/Library/Containers/com.agilebits.onepassword-osx',
|
|
'~/Library/Group Containers/2BUA8C4S2C.com.agilebits',
|
|
]
|
|
end
|
|
|