Update 1password from 7.9.1 to 7.9.2 (#115549)

* Update 1password.rb

* Update 1password.rb

Co-authored-by: Bevan Kay <email@bevankay.me>
This commit is contained in:
525056 2021-12-07 23:44:21 +01:00 committed by GitHub
parent dab9575d2d
commit 2423c34718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cask "1password" do
version "7.9.1"
sha256 "c2d8384ec1f09a7a232f56eb3702a0be6bd4fd59db54168946c701dd110b174c"
version "7.9.2"
sha256 "37f8dfc5f40c2c14e9a6626ca64215dcb114938b9459a809d228a03cf74603b4"
url "https://c.1password.com/dist/1P/mac#{version.major}/1Password-#{version}.zip"
name "1Password"
@ -9,7 +9,6 @@ cask "1password" do
livecheck do
url "https://app-updates.agilebits.com/product_history/OPM#{version.major}"
strategy :page_match
regex(%r{href=.*?/1Password-(\d+(?:\.\d+)+)\.pkg}i)
end