summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dressel2023-08-24 17:13:03 +0000
committerJames Dressel2023-08-24 17:13:03 +0000
commitc682748f18004c94532f18a489275e70ad490f09 (patch)
treea0fdc412503ebff7737c106b0c88b5fc6a36ece2
parent944401689dc357dbb3b3fe9851992b5658f4e8f9 (diff)
parent84362ea4ea2efd31a27b9e7855d6e2248924983c (diff)
downloadaur-c682748f18004c94532f18a489275e70ad490f09.tar.gz
Merge branch 'release/8.10.13' into 'master'
upgpkg: 1password 8.10.13 See merge request dev/core/1password-archlinux-aur!72
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe9e5628547d..0da4901ec82a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 1password
pkgdesc = Password manager and secure wallet
- pkgver = 8.10.12
- pkgrel = 34
+ pkgver = 8.10.13
+ pkgrel = 5
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.12.x64.tar.gz
- source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.12.x64.tar.gz.sig
+ source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.13.x64.tar.gz
+ source = https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.13.x64.tar.gz.sig
validpgpkeys = 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
- sha256sums = 7dddf13da80d1e8251bd14722c7b95ed61fea103209745ab3eaed8d62fa6ebe4
- sha256sums = 75639ef527bda88cdc00fade00ae284040f6a2d014dae94121afc91d36a681e2
+ sha256sums = a3496d85278bccfe34b852f41f241433e759f3d27b119c957b78022abd9a116d
+ sha256sums = 8a3d85b9bdcdbda34808d417363961018183c80f3022510bde921a56b4472ba0
pkgname = 1password
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 86e1887d6568..6a1150f3ce99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=1password
-_tarver=8.10.12
+_tarver=8.10.13
_tar="1password-${_tarver}.x64.tar.gz"
pkgver=${_tarver//-/_}
-pkgrel=34
+pkgrel=5
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=('7dddf13da80d1e8251bd14722c7b95ed61fea103209745ab3eaed8d62fa6ebe4'
- '75639ef527bda88cdc00fade00ae284040f6a2d014dae94121afc91d36a681e2'
+sha256sums=('a3496d85278bccfe34b852f41f241433e759f3d27b119c957b78022abd9a116d'
+ '8a3d85b9bdcdbda34808d417363961018183c80f3022510bde921a56b4472ba0'
)
validpgpkeys=('3FEF9748469ADBE15DA7CA80AC2D62742012EA22')