summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValen Varangu-Booth2023-08-22 17:34:43 +0000
committerValen Varangu-Booth2023-08-22 17:34:43 +0000
commit944401689dc357dbb3b3fe9851992b5658f4e8f9 (patch)
tree4da9a807d242b7d05127d38bc6242418596f0050
parent0a86a8f00047fa7ae8ad07eabb6dc24a5f8d7a59 (diff)
parent033668f62ec83061cb2907e0719004f3cf61d4c8 (diff)
downloadaur-944401689dc357dbb3b3fe9851992b5658f4e8f9.tar.gz
Merge branch 'release/8.10.12' into 'master'
upgpkg: 1password 8.10.12 See merge request dev/core/1password-archlinux-aur!71
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b10db92c77a..fe9e5628547d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 1password
pkgdesc = Password manager and secure wallet
- pkgver = 8.10.9
- pkgrel = 46
+ pkgver = 8.10.12
+ pkgrel = 34
url = https://1password.com
install = 1password.install
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = 1password
conflicts = 1password-beta
conflicts = 1password-beta-bin
options = !strip
- source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.9.x64.tar.gz
- source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.9.x64.tar.gz.sig
+ source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.12.x64.tar.gz
+ source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.12.x64.tar.gz.sig
validpgpkeys = 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
- sha256sums = 11fd1e7b8d5654de3a20e61b772175c3c51ddacee7711ef5ff94c59d0c0e9d55
- sha256sums = 6319e097a0d8a871b9e26154c294825275eb0798f0c0a3cd58b479d3ffc5ae00
+ sha256sums = 7dddf13da80d1e8251bd14722c7b95ed61fea103209745ab3eaed8d62fa6ebe4
+ sha256sums = 75639ef527bda88cdc00fade00ae284040f6a2d014dae94121afc91d36a681e2
pkgname = 1password
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index b853616ff919..86e1887d6568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=1password
-_tarver=8.10.9
+_tarver=8.10.12
_tar="1password-${_tarver}.x64.tar.gz"
pkgver=${_tarver//-/_}
-pkgrel=46
+pkgrel=34
conflicts=('1password-beta' '1password-beta-bin')
pkgdesc="Password manager and secure wallet"
arch=('x86_64')
@@ -12,8 +12,8 @@ license=('LicenseRef-1Password-Proprietary')
options=(!strip)
install="1password.install"
source=(https://downloads.1password.com/linux/tar/stable/${CARCH}/${_tar}{,.sig})
-sha256sums=('11fd1e7b8d5654de3a20e61b772175c3c51ddacee7711ef5ff94c59d0c0e9d55'
- '6319e097a0d8a871b9e26154c294825275eb0798f0c0a3cd58b479d3ffc5ae00'
+sha256sums=('7dddf13da80d1e8251bd14722c7b95ed61fea103209745ab3eaed8d62fa6ebe4'
+ '75639ef527bda88cdc00fade00ae284040f6a2d014dae94121afc91d36a681e2'
)
validpgpkeys=('3FEF9748469ADBE15DA7CA80AC2D62742012EA22')