mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
vaultwarden: update to 1.32.5.
This commit is contained in:
parent
9d2a641225
commit
eea44f7cca
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vaultwarden'
|
||||
pkgname=vaultwarden
|
||||
version=1.32.4
|
||||
version=1.32.5
|
||||
revision=1
|
||||
build_style=cargo
|
||||
configure_args="--features sqlite,mysql,postgresql"
|
||||
|
@ -13,7 +13,7 @@ license="AGPL-3.0-only"
|
|||
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"
|
||||
checksum=7cf9a5c7356df42b0da318a446bf576c2aa340581ec4c729f1cb616754cf66ad
|
||||
checksum=305b195e464cd831abc31112aec9dad634b44323069cfe3dc675ede41a3a42d9
|
||||
|
||||
system_accounts="_vaultwarden"
|
||||
_vaultwarden_homedir="/var/lib/vaultwarden"
|
||||
|
@ -24,6 +24,7 @@ make_dirs="/var/lib/vaultwarden 0750 _vaultwarden _vaultwarden"
|
|||
# https://github.com/dani-garcia/vaultwarden/issues/4320
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
export CARGO_PROFILE_RELEASE_LTO=thin
|
||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=16
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue