From 6b26401f1de85f6a60e4daf66c584dab1f8354f3 Mon Sep 17 00:00:00 2001 From: Andrew Beyer Date: Fri, 14 Jul 2017 18:17:29 -0600 Subject: [PATCH] Update 1password-beta to 6.8.BETA-12 (#4149) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After making all changes to the cask: - [x] `brew cask audit --download {{cask_file}}` is error-free. - [x] `brew cask style --fix {{cask_file}}` reports no offenses. - [x] The commit message includes the cask’s name and version. Additionally, if **updating a cask**: - [ ] [If the `sha256` changed but the `version` didn’t][version-checksum], provide public confirmation by the developer: {{link}} --- Casks/1password-beta.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/1password-beta.rb b/Casks/1password-beta.rb index 42cadb38a..5f2acfda4 100755 --- a/Casks/1password-beta.rb +++ b/Casks/1password-beta.rb @@ -1,10 +1,10 @@ cask '1password-beta' do - version '6.8.BETA-10' - sha256 '2f53583f81460bb6a11a1b5e21bf75596ed5d1cb7d9079ad9b3779361417529a' + version '6.8.BETA-12' + sha256 '24055c4652c6ef0d4d1d93e40770ff31584aa6a83278dcf62e399e47cffabf6c' url "https://cache.agilebits.com/dist/1P/mac4/1Password-#{version}.zip" appcast 'https://app-updates.agilebits.com/product_history/OPM4', - checkpoint: '4218ae93dfc5252d8fdf27551753328ce250e92743d2c2f3a0b4e66d9441c4aa' + checkpoint: '90bf01df42dce670bdc25a5763465f8b94b41ea0404b828f7fd6f2a111c33a68' name '1Password' homepage 'https://agilebits.com/downloads'