mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-01 00:34:31 +03:00
update jenkins build script after 3.10 release
This commit is contained in:
parent
9993c37d5b
commit
9071b450be
@ -51,6 +51,9 @@ ATARIARCH=68020-60
|
|||||||
# make tool
|
# make tool
|
||||||
MAKE=make
|
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
|
# Ensure the combination of target and toolchain works and set build
|
||||||
# specific parameters too
|
# specific parameters too
|
||||||
case ${TARGET} in
|
case ${TARGET} in
|
||||||
@ -82,7 +85,7 @@ case ${TARGET} in
|
|||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
PKG_SRC=netsurf_x86-3.10-1-x86_gcc2
|
PKG_SRC="netsurf_x86-${NETSURF_VERSION}-1-x86_gcc2"
|
||||||
PKG_SFX=.hpkg
|
PKG_SFX=.hpkg
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user