mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
vaultwarden: update to 1.28.1.
This commit is contained in:
parent
93920c6bea
commit
b5e20229fe
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vaultwarden'
|
# Template file for 'vaultwarden'
|
||||||
pkgname=vaultwarden
|
pkgname=vaultwarden
|
||||||
version=1.27.0
|
version=1.28.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* aarch64* arm*" # ring
|
archs="x86_64* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -10,10 +10,11 @@ makedepends="openssl-devel libmysqlclient-devel postgresql-libs-devel
|
||||||
sqlite-devel"
|
sqlite-devel"
|
||||||
short_desc="Unofficial Bitwarden compatible server written in Rust"
|
short_desc="Unofficial Bitwarden compatible server written in Rust"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="GPL-3.0-or-later"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://github.com/dani-garcia/vaultwarden"
|
homepage="https://github.com/dani-garcia/vaultwarden"
|
||||||
|
changelog="https://github.com/dani-garcia/vaultwarden/releases"
|
||||||
distfiles="https://github.com/dani-garcia/vaultwarden/archive/${version}.tar.gz"
|
distfiles="https://github.com/dani-garcia/vaultwarden/archive/${version}.tar.gz"
|
||||||
checksum=d7717d3a353b72626de6d6f2dc1e7776b40b487dc813759fbcd812c709cabcd8
|
checksum=d6991cba20d8aaf7559eb4b8a7d82b68476c12d4913142490839addc2562d12a
|
||||||
|
|
||||||
system_accounts="_vaultwarden"
|
system_accounts="_vaultwarden"
|
||||||
_vaultwarden_homedir="/var/lib/vaultwarden"
|
_vaultwarden_homedir="/var/lib/vaultwarden"
|
||||||
|
@ -23,4 +24,5 @@ make_dirs="/var/lib/vaultwarden 0750 _vaultwarden _vaultwarden"
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf .env.template vaultwarden.conf
|
vsconf .env.template vaultwarden.conf
|
||||||
vsv vaultwarden
|
vsv vaultwarden
|
||||||
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue