From 9d06bd471b7b31002f37a97d1862e31b8aa03d86 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Sat, 7 Feb 2015 09:37:14 +0100 Subject: [PATCH] Update 1Password.app beta cask. Added new version number, name and zap. --- Casks/1password-beta.rb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Casks/1password-beta.rb b/Casks/1password-beta.rb index 55f0e4fb3..6d2d7b55b 100644 --- a/Casks/1password-beta.rb +++ b/Casks/1password-beta.rb @@ -1,10 +1,18 @@ cask :v1 => '1password-beta' do - version '5.3.BETA-4' - sha256 'bb2c2ca63869e916e59bb71e38847090bdae471188cce6f85e644d2bd52dae1d' + version '5.3.BETA-5' + sha256 'a03fe7f803d666890193b4b2c098a1fe553d128d7cd59d02fc81759601b41423' url "https://cache.agilebits.com/dist/1P/mac4/1Password-#{version}.zip" + name '1Password' homepage 'https://agilebits.com/onepassword/mac' license :commercial app '1Password 5.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