|
|
|
cask '1password-beta' do
|
|
|
|
version '6.8.1.BETA-3'
|
|
|
|
sha256 'ae09863c511f97da621162910e8d44ffc3c2568e39beb5d121b75e8dd7d4d07c'
|
|
|
|
|
|
|
|
url "https://cache.agilebits.com/dist/1P/mac4/1Password-#{version}.zip"
|
|
|
|
appcast 'https://app-updates.agilebits.com/product_history/OPM4',
|
|
|
|
checkpoint: '425357d652c05c35119ab9cf68e47e665819e5cad76654e4adf0f92ee70ed937'
|
|
|
|
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
|