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.
21 lines
844 B
21 lines
844 B
cask '1password-beta' do
|
|
version '6.8.BETA-6'
|
|
sha256 'ca6661c552747c31daf39454b9131ed3968d3b66c83fedee7132fe5e3174ab01'
|
|
|
|
url "https://cache.agilebits.com/dist/1P/mac4/1Password-#{version}.zip"
|
|
appcast 'https://app-updates.agilebits.com/product_history/OPM4',
|
|
checkpoint: 'f4b3dc445d251d6c5b21faee91972248cfd5bca8a80dc5b56a02d4943df9df15'
|
|
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
|
|
|