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