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