vaultwarden-web: update to 2022.10.2.

This commit is contained in:
Joel Beckmeyer 2022-09-08 11:23:16 -04:00 committed by John Zimmermann
parent d907b1e576
commit 3103283565
2 changed files with 10 additions and 7 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'vaultwarden-web'
# Template file for 'vaultwarden-web'
pkgname=vaultwarden-web
version=2022.8.1
version=2022.10.2
revision=1
_patch_ver=2022.8.0
_patch_ver=2022.10.0
create_wrksrc=yes
build_wrksrc="clients-web-v${version}"
hostmakedepends="git nodejs"
@ -12,8 +12,8 @@ license="GPL-3.0-or-later"
homepage="https://github.com/dani-garcia/bw_web_builds"
distfiles="https://github.com/bitwarden/clients/archive/web-v${version}.tar.gz
https://raw.githubusercontent.com/dani-garcia/bw_web_builds/master/patches/v${_patch_ver}.patch"
checksum="9dff38f13d8be047fe0fd6426bda3c409bb222b787bd6b21a3559f5d29255a92
1199bcf5edb0cad2e0fc1e839b5bdc690565d6af5b32cc1c38348f0b13c69ee9"
checksum="6ec4fcae9ce26ecf55647f58598cbb4c4c0b6b093053f9d208781a4fc0c81fda
83484ec2106cf8b9d2c52b4284e3f3b876a5b9e9e0767eda69a1987304ddbaad"
post_extract() {
mv v$_patch_ver.patch ${build_wrksrc}
@ -28,6 +28,9 @@ do_configure() {
}
do_build() {
case "$XBPS_TARGET_MACHINE" in
i686*) export NODE_OPTIONS="--max-old-space-size=2048" ;;
esac
cd apps/web
npm run dist:oss:selfhost
}

View File

@ -1,2 +1,2 @@
pkgname=bw_web
site="https://github.com/dani-garcia/bw_web_builds/releases"
site="https://github.com/dani-garcia/bw_web_builds/tags"
pkgname=v