Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / Packages / bitwarden-cli
Commits: f238f70c by Alexander Epaneshnikov at 2023-10-14T04:30:16+03:00 upgpkg: 2023.9.1-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = bitwarden-cli + pkgdesc = The command line vault + pkgver = 2023.9.1 + pkgrel = 1 + url = https://github.com/bitwarden/clients + arch = x86_64 + license = GPL3 + makedepends = git + makedepends = npm + makedepends = modclean + depends = nodejs-lts-hydrogen + options = !emptydirs + source = bitwarden::git+https://github.com/bitwarden/clients.git#tag=cli-v2023.9.1 + sha512sums = SKIP + +pkgname = bitwarden-cli ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: libertylocked <[email protected]> pkgname=bitwarden-cli -pkgver=2023.9.0 +pkgver=2023.9.1 pkgrel=1 pkgdesc="The command line vault" arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/f238f70c88aabd1330dc2f626ffa695dbfc108ec -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden-cli/-/commit/f238f70c88aabd1330dc2f626ffa695dbfc108ec You're receiving this email because of your account on gitlab.archlinux.org.
