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