Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / bitwarden
Commits:
37ff82f4 by Alexander Epaneshnikov at 2024-01-10T22:36:58+03:00
upgpkg: 2024.1.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bitwarden
pkgdesc = A secure and free password manager for all of your devices
- pkgver = 2023.12.1
+ pkgver = 2024.1.0
pkgrel = 1
url = https://github.com/bitwarden/clients/tree/master/apps/desktop
arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = bitwarden
makedepends = nodejs-lts-hydrogen
makedepends = jq
makedepends = rust
- depends = electron25
+ depends = electron27
depends = libnotify
depends = libsecret
depends = libxtst
depends = libxss
depends = libnss_nis
- source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=desktop-v2023.12.1
+ source =
bitwarden::git+https://github.com/bitwarden/clients.git#tag=desktop-v2024.1.0
source = messaging.main.ts.patch
source = nativelib.patch
source = bitwarden.sh
=====================================
PKGBUILD
=====================================
@@ -2,9 +2,9 @@
# Contributor: libertylocked <[email protected]>
pkgname=bitwarden
-pkgver=2023.12.1
+pkgver=2024.1.0
pkgrel=1
-_electronversion=25
+_electronversion=27
pkgdesc='A secure and free password manager for all of your devices'
arch=('x86_64')
url='https://github.com/bitwarden/clients/tree/master/apps/desktop'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden/-/commit/37ff82f43c5a4001faa46ef701c4420a047d4acb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bitwarden/-/commit/37ff82f43c5a4001faa46ef701c4420a047d4acb
You're receiving this email because of your account on gitlab.archlinux.org.