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
840 B
21 lines
840 B
cask '1password-beta' do
|
|
version '6.8.3.BETA-3'
|
|
sha256 'def2721173646ff890861dd678f9d125b9b8a4364fa9aeaa65006e7094b5a19f'
|
|
|
|
url "https://cache.agilebits.com/dist/1P/mac4/1Password-#{version}.zip"
|
|
appcast 'https://app-updates.agilebits.com/product_history/OPM4',
|
|
checkpoint: '98d4bc87533c18ead861a51905e7bb32fb770368ead78338d9462496c694c0d6'
|
|
name '1Password'
|
|
homepage 'https://agilebits.com/downloads'
|
|
|
|
auto_updates true
|
|
|
|
app "1Password #{version.major}.app"
|
|
|
|
zap trash: [
|
|
'~/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
|
|
|