We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689a235 commit 5c80cb9Copy full SHA for 5c80cb9
others/scripts/s2opcua/requirements.sh
@@ -47,9 +47,10 @@ fi
47
48
# libexpat:
49
cd ${git_root}
50
-libexpat_version="2.6.0"
+libexpat_version="2.6.2"
51
+libexpat_branch="R_${libexpat_version//./_}"
52
rm -rf expat-${libexpat_version}.tar.gz expat-${libexpat_version}
-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
54
tar xzvf expat-${libexpat_version}.tar.gz
55
(
56
cd expat-${libexpat_version}
0 commit comments