vaultwarden-web: update to 2022.10.2.
This commit is contained in:
parent
d907b1e576
commit
3103283565
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'vaultwarden-web'
|
# Template file for 'vaultwarden-web'
|
||||||
pkgname=vaultwarden-web
|
pkgname=vaultwarden-web
|
||||||
version=2022.8.1
|
version=2022.10.2
|
||||||
revision=1
|
revision=1
|
||||||
_patch_ver=2022.8.0
|
_patch_ver=2022.10.0
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="clients-web-v${version}"
|
build_wrksrc="clients-web-v${version}"
|
||||||
hostmakedepends="git nodejs"
|
hostmakedepends="git nodejs"
|
||||||
|
@ -12,8 +12,8 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/dani-garcia/bw_web_builds"
|
homepage="https://github.com/dani-garcia/bw_web_builds"
|
||||||
distfiles="https://github.com/bitwarden/clients/archive/web-v${version}.tar.gz
|
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"
|
https://raw.githubusercontent.com/dani-garcia/bw_web_builds/master/patches/v${_patch_ver}.patch"
|
||||||
checksum="9dff38f13d8be047fe0fd6426bda3c409bb222b787bd6b21a3559f5d29255a92
|
checksum="6ec4fcae9ce26ecf55647f58598cbb4c4c0b6b093053f9d208781a4fc0c81fda
|
||||||
1199bcf5edb0cad2e0fc1e839b5bdc690565d6af5b32cc1c38348f0b13c69ee9"
|
83484ec2106cf8b9d2c52b4284e3f3b876a5b9e9e0767eda69a1987304ddbaad"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv v$_patch_ver.patch ${build_wrksrc}
|
mv v$_patch_ver.patch ${build_wrksrc}
|
||||||
|
@ -28,6 +28,9 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) export NODE_OPTIONS="--max-old-space-size=2048" ;;
|
||||||
|
esac
|
||||||
cd apps/web
|
cd apps/web
|
||||||
npm run dist:oss:selfhost
|
npm run dist:oss:selfhost
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
pkgname=bw_web
|
site="https://github.com/dani-garcia/bw_web_builds/tags"
|
||||||
site="https://github.com/dani-garcia/bw_web_builds/releases"
|
pkgname=v
|
||||||
|
|
Loading…
Reference in New Issue