Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / bitwarden-cli
Commits:
b99e10fb by Alexander Epaneshnikov at 2025-02-07T15:03:30+03:00
upgpkg: 2025.1.3-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bitwarden-cli
pkgdesc = The command line vault
- pkgver = 2025.1.2
+ pkgver = 2025.1.3
pkgrel = 1
url = https://github.com/bitwarden/clients
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = bitwarden-cli
depends = nodejs-lts-iron
depends = argon2
options = !emptydirs
- source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2025.1.2
+ source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2025.1.3
source = system-libargon2.patch
- sha512sums =
69f953f9d9b974ffdb2062eb804d2c5234c94aad80f20057e2f1f2f192cd4ad2d862bf338332cecbe8334b22bf6af4edeb74b9e0dcffd1cbb7f248c85fdbd23c
+ sha512sums =
8f85a16f69e44801afbbbceeae9f91b137ae45a80a3dd7326da79456c69307502a642d2c0f91ba5a3a2f8af481cf57495b8e83b8027ee10dcd24fad03ab74815
sha512sums =
6970261c24d8056b001f4ff308af7b9be67ef638be28f54f7c08ee4bed9ad895145a6cedf9a3cbda61b023104c50a6758a8bfcc8bc40097a298b98b60b1ffee7
pkgname = bitwarden-cli
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: libertylocked <[email protected]>
pkgname=bitwarden-cli
-pkgver=2025.1.2
+pkgver=2025.1.3
pkgrel=1
pkgdesc="The command line vault"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('git' 'python' 'python-setuptools' 'npm'
'modclean' 'fdupes')
options=(!emptydirs)
source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver}
system-libargon2.patch)
-sha512sums=('69f953f9d9b974ffdb2062eb804d2c5234c94aad80f20057e2f1f2f192cd4ad2d862bf338332cecbe8334b22bf6af4edeb74b9e0dcffd1cbb7f248c85fdbd23c'
+sha512sums=('8f85a16f69e44801afbbbceeae9f91b137ae45a80a3dd7326da79456c69307502a642d2c0f91ba5a3a2f8af481cf57495b8e83b8027ee10dcd24fad03ab74815'
'6970261c24d8056b001f4ff308af7b9be67ef638be28f54f7c08ee4bed9ad895145a6cedf9a3cbda61b023104c50a6758a8bfcc8bc40097a298b98b60b1ffee7')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/b99e10fb51d346faf392b2dfca6ed05aa6467c02
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/b99e10fb51d346faf392b2dfca6ed05aa6467c02
You're receiving this email because of your account on gitlab.archlinux.org.