Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / bitwarden-cli
Commits:
af8bd2b6 by Alexander Epaneshnikov at 2024-08-23T18:12:25+03:00
upgpkg: 2024.8.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bitwarden-cli
pkgdesc = The command line vault
- pkgver = 2024.7.2
+ pkgver = 2024.8.0
pkgrel = 1
url = https://github.com/bitwarden/clients
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = bitwarden-cli
makedepends = modclean
depends = nodejs-lts-iron
options = !emptydirs
- source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2024.7.2
- sha512sums =
8ea089ed08786ebda2ac5814291322173b1a87fa9da8bbfa010f27881e60212afe876f56856c949f04eb55eed654445415f829836b95e814d3d89a8893b85a3a
+ source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2024.8.0
+ sha512sums =
536c4ae996efd2c500235d92920c70e61ee8c4e604f5da94bc2316b164146101b3e5dcfb8da398b20ed3d79902cd74748bd53cba114eaa8d5728d1abdb4f450c
pkgname = bitwarden-cli
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: libertylocked <[email protected]>
pkgname=bitwarden-cli
-pkgver=2024.7.2
+pkgver=2024.8.0
pkgrel=1
pkgdesc="The command line vault"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('nodejs-lts-iron')
makedepends=('git' 'python' 'python-setuptools' 'npm' 'modclean')
options=(!emptydirs)
source=(bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v${pkgver})
-sha512sums=('8ea089ed08786ebda2ac5814291322173b1a87fa9da8bbfa010f27881e60212afe876f56856c949f04eb55eed654445415f829836b95e814d3d89a8893b85a3a')
+sha512sums=('536c4ae996efd2c500235d92920c70e61ee8c4e604f5da94bc2316b164146101b3e5dcfb8da398b20ed3d79902cd74748bd53cba114eaa8d5728d1abdb4f450c')
prepare() {
cd bitwarden
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/af8bd2b65f36ca4e0232b101fd52a344e620f523
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/af8bd2b65f36ca4e0232b101fd52a344e620f523
You're receiving this email because of your account on gitlab.archlinux.org.