Skip to content

Commit 5c80cb9

Browse files
committed
Build with 2.6.2 Expat version
Signed-off-by: ashish-jabble <[email protected]>
1 parent 689a235 commit 5c80cb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

others/scripts/s2opcua/requirements.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ fi
4747

4848
# libexpat:
4949
cd ${git_root}
50-
libexpat_version="2.6.0"
50+
libexpat_version="2.6.2"
51+
libexpat_branch="R_${libexpat_version//./_}"
5152
rm -rf expat-${libexpat_version}.tar.gz expat-${libexpat_version}
52-
wget https://github.com/libexpat/libexpat/releases/download/R_2_6_0/expat-${libexpat_version}.tar.gz
53+
wget https://github.com/libexpat/libexpat/releases/download/${libexpat_branch}/expat-${libexpat_version}.tar.gz
5354
tar xzvf expat-${libexpat_version}.tar.gz
5455
(
5556
cd expat-${libexpat_version}

0 commit comments

Comments
 (0)