New commits:
commit ca787a346208fd9f64b8bf6db6798dffe45f6b2d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qt6webengine = reduce nr of jobs
commit 19f0e2e73806a62e625a059378137122611546ff
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
qt6* => 6.8.3
diff --git a/qt6/QT6_VERSIONS b/qt6/QT6_VERSIONS
index 85b77d2..af902a2 100644
--- a/qt6/QT6_VERSIONS
+++ b/qt6/QT6_VERSIONS
@@ -1,6 +1,6 @@
# this script list the file name, source hash and url for all the Qt6 spells
# together with the file sha5sum.txt, it simplifies updating of all these
spells
-VERSION=6.8.2
+VERSION=6.8.3
# map spell name to qt name
SPELLX=${SPELL//6}
SPELLX=${SPELLX//-}-everywhere-src # for qt3d
diff --git a/qt6/qt6webengine/BUILD b/qt6/qt6webengine/BUILD
index c0a4a93..6287d13 100755
--- a/qt6/qt6webengine/BUILD
+++ b/qt6/qt6webengine/BUILD
@@ -4,7 +4,7 @@ fi &&
# memory in GiB
MEM=`grep MemTotal /proc/meminfo|uniq|cut -d: -f2|cut -dk -f1` &&
((MEM=$MEM/1024**2)) &&
-JOBS=`echo "$MEM" / "1.3" | bc` &&
+JOBS=`echo "$MEM" / "1.6" | bc` &&
echo $JOBS &&