summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/jenkins-build.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 0ef9897ba..d31b233b4 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -51,6 +51,9 @@ ATARIARCH=68020-60
# make tool
MAKE=make
+# NetSurf version number haiku needs it for package name
+NETSURF_VERSION="3.11"
+
# Ensure the combination of target and toolchain works and set build
# specific parameters too
case ${TARGET} in
@@ -82,7 +85,7 @@ case ${TARGET} in
esac
- PKG_SRC=netsurf_x86-3.10-1-x86_gcc2
+ PKG_SRC="netsurf_x86-${NETSURF_VERSION}-1-x86_gcc2"
PKG_SFX=.hpkg
;;