summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslurpee2024-02-28 10:52:59 -0800
committerslurpee2024-02-28 10:52:59 -0800
commit0d7ef3d71ecdd55a51af8db1611d673d76bfa121 (patch)
treec6b3e422347076a839d8312702606c7fc185c870
parenta5ad1f6741fcebaa430693ae2407b7d3f6fb80e5 (diff)
downloadaur-0d7ef3d71ecdd55a51af8db1611d673d76bfa121.tar.gz
bump to 2.25.0
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD12
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcac21f4e286..ce0513082f93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 1password-cli
pkgdesc = 1Password command line tool
- pkgver = 2.24.0
- pkgrel = 2
+ pkgver = 2.25.0
+ pkgrel = 1
url = https://app-updates.agilebits.com/product_history/CLI2
install = 1password-cli.install
arch = x86_64
@@ -12,15 +12,15 @@ pkgbase = 1password-cli
license = custom
options = !strip
options = !emptydirs
- source_x86_64 = https://cache.agilebits.com/dist/1P/op2/pkg/v2.24.0/op_linux_amd64_v2.24.0.zip
- sha256sums_x86_64 = 6bf5a76626a844513022ce20c404f8eeacf988d208cdc30c2711f72c857e958a
- source_i686 = https://cache.agilebits.com/dist/1P/op2/pkg/v2.24.0/op_linux_386_v2.24.0.zip
- sha256sums_i686 = 1db16be6df5b1265c48f75e5aea61e85d72f714b72a5f4c371c451644e628c82
- source_arm = https://cache.agilebits.com/dist/1P/op2/pkg/v2.24.0/op_linux_arm_v2.24.0.zip
- sha256sums_arm = cfdac42e90e941516f608fedfeeffdef44cf7bd7371046cd4c2558e057a267e0
- source_armv6h = https://cache.agilebits.com/dist/1P/op2/pkg/v2.24.0/op_linux_arm_v2.24.0.zip
- sha256sums_armv6h = cfdac42e90e941516f608fedfeeffdef44cf7bd7371046cd4c2558e057a267e0
- source_aarch64 = https://cache.agilebits.com/dist/1P/op2/pkg/v2.24.0/op_linux_arm64_v2.24.0.zip
- sha256sums_aarch64 = e35ce58ebba7271c95a83170dbc2c68274d727a07b53ad8d92377474ca507d22
+ source_x86_64 = https://cache.agilebits.com/dist/1P/op2/pkg/v2.25.0/op_linux_amd64_v2.25.0.zip
+ sha256sums_x86_64 = 6d6c85b23500b3167f80affd4dea6ed71abbee309ffdc9ca1d2689614b2c9d89
+ source_i686 = https://cache.agilebits.com/dist/1P/op2/pkg/v2.25.0/op_linux_386_v2.25.0.zip
+ sha256sums_i686 = 23cc23c01531ef0c56ac96b7a20033fc08f98876ad7012f14f3b53da6a6c1dfe
+ source_arm = https://cache.agilebits.com/dist/1P/op2/pkg/v2.25.0/op_linux_arm_v2.25.0.zip
+ sha256sums_arm = a8ff925b18799a1e435a76d9839f75716960c590650cce97df6b074fe7040d39
+ source_armv6h = https://cache.agilebits.com/dist/1P/op2/pkg/v2.25.0/op_linux_arm_v2.25.0.zip
+ sha256sums_armv6h = a8ff925b18799a1e435a76d9839f75716960c590650cce97df6b074fe7040d39
+ source_aarch64 = https://cache.agilebits.com/dist/1P/op2/pkg/v2.25.0/op_linux_arm64_v2.25.0.zip
+ sha256sums_aarch64 = 990d201fdbd611401183c111f91ea28370067d9796b1b73aff7f35e32a0cbd20
pkgname = 1password-cli
diff --git a/PKGBUILD b/PKGBUILD
index a4c2e59d04f8..884b4867f43a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributors: Felix Seidel, Claudia Pellegrino, Liu Yuxuan
pkgname=1password-cli
-pkgver=2.24.0
-pkgrel=2
+pkgver=2.25.0
+pkgrel=1
pkgdesc="1Password command line tool"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'aarch64')
url="https://app-updates.agilebits.com/product_history/CLI2"
@@ -17,11 +17,11 @@ source_arm=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_arm
source_armv6h=("${source_arm}")
source_aarch64=("https://cache.agilebits.com/dist/1P/op2/pkg/v${pkgver}/op_linux_arm64_v${pkgver}.zip")
-sha256sums_x86_64=('6bf5a76626a844513022ce20c404f8eeacf988d208cdc30c2711f72c857e958a')
-sha256sums_i686=('1db16be6df5b1265c48f75e5aea61e85d72f714b72a5f4c371c451644e628c82')
-sha256sums_arm=('cfdac42e90e941516f608fedfeeffdef44cf7bd7371046cd4c2558e057a267e0')
+sha256sums_x86_64=('6d6c85b23500b3167f80affd4dea6ed71abbee309ffdc9ca1d2689614b2c9d89')
+sha256sums_i686=('23cc23c01531ef0c56ac96b7a20033fc08f98876ad7012f14f3b53da6a6c1dfe')
+sha256sums_arm=('a8ff925b18799a1e435a76d9839f75716960c590650cce97df6b074fe7040d39')
sha256sums_armv6h=("${sha256sums_arm}")
-sha256sums_aarch64=('e35ce58ebba7271c95a83170dbc2c68274d727a07b53ad8d92377474ca507d22')
+sha256sums_aarch64=('990d201fdbd611401183c111f91ea28370067d9796b1b73aff7f35e32a0cbd20')
check() {
if (( ! SKIPPGPCHECK )); then