Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / bitwarden-cli
Commits:
0252babd by Alexander Epaneshnikov at 2024-09-28T23:46:45+03:00
upgpkg: 2024.9.0-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bitwarden-cli
pkgdesc = The command line vault
- pkgver = 2024.8.0
+ pkgver = 2024.9.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.8.0
- sha512sums =
536c4ae996efd2c500235d92920c70e61ee8c4e604f5da94bc2316b164146101b3e5dcfb8da398b20ed3d79902cd74748bd53cba114eaa8d5728d1abdb4f450c
+ source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2024.9.0
+ sha512sums =
2a4ca84a5bff9c5735f6afacaffa769317d80a096b4856e623fc8f91cae0c970d2271ee2e1b27128f05c63cdefe7f8107d00a3334b2843aacacf4a369bf400d6
pkgname = bitwarden-cli
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: libertylocked <[email protected]>
pkgname=bitwarden-cli
-pkgver=2024.8.0
+pkgver=2024.9.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=('536c4ae996efd2c500235d92920c70e61ee8c4e604f5da94bc2316b164146101b3e5dcfb8da398b20ed3d79902cd74748bd53cba114eaa8d5728d1abdb4f450c')
+sha512sums=('2a4ca84a5bff9c5735f6afacaffa769317d80a096b4856e623fc8f91cae0c970d2271ee2e1b27128f05c63cdefe7f8107d00a3334b2843aacacf4a369bf400d6')
prepare() {
cd bitwarden
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/0252babde6fe01a258b6eb1073a144ba9d1626cd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/0252babde6fe01a258b6eb1073a144ba9d1626cd
You're receiving this email because of your account on gitlab.archlinux.org.