Browse Source

Update 1password-beta to 6.8.BETA-12 (#4149)

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}}
master
Andrew Beyer 8 years ago
committed by commitay
parent
commit
6b26401f1d
  1. 6
      Casks/1password-beta.rb

6
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'

Loading…
Cancel
Save