Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / bitwarden-cli
Commits:
a62160bb by Alexander Epaneshnikov at 2025-12-16T14:15:23+03:00
upgpkg: 2025.12.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bitwarden-cli
pkgdesc = The command line vault
- pkgver = 2025.11.0
+ pkgver = 2025.12.0
pkgrel = 1
url = https://github.com/bitwarden/clients
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = bitwarden-cli
depends = argon2
depends = semver
options = !emptydirs
- source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2025.11.0
- sha512sums =
7696498bd58e2be311a42c4be5ec0e43d5d55efefb42701245a4e704d06fdca81405de6fc530218f611ba353b50801f78597f7dce4a4f17759345e2625fae7c9
+ source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2025.12.0
+ sha512sums =
8ba422682a7e1fb3e47e27066a1eeac5510b3b9c8b52941365883d7e6d675ffe9ab3d766f847d722f3178ff325d92f64d82f02c5619adf4ebe2f01bd8573bf6f
pkgname = bitwarden-cli
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: libertylocked <[email protected]>
pkgname=bitwarden-cli
-pkgver=2025.11.0
+pkgver=2025.12.0
pkgrel=1
pkgdesc="The command line vault"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('nodejs-lts-jod' 'argon2' 'semver')
makedepends=('git' 'python' 'python-setuptools' 'npm' 'modclean' 'fdupes')
options=(!emptydirs)
source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver})
-sha512sums=('7696498bd58e2be311a42c4be5ec0e43d5d55efefb42701245a4e704d06fdca81405de6fc530218f611ba353b50801f78597f7dce4a4f17759345e2625fae7c9')
+sha512sums=('8ba422682a7e1fb3e47e27066a1eeac5510b3b9c8b52941365883d7e6d675ffe9ab3d766f847d722f3178ff325d92f64d82f02c5619adf4ebe2f01bd8573bf6f')
prepare() {
cd bitwarden
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/a62160bb2fc74b0d5d2966a9f06f5ff2034dcbce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/a62160bb2fc74b0d5d2966a9f06f5ff2034dcbce
You're receiving this email because of your account on gitlab.archlinux.org.