Makefile
changeset 123 032aaa29f498
parent 120 02e37d9e96a9
--- a/Makefile	Thu Oct 05 13:16:35 2023 +0200
+++ b/Makefile	Sat Oct 07 17:37:00 2023 +0200
@@ -84,9 +84,9 @@
 
 sources/open62541_src: | sources
 	rm -rf sources/open62541
-	$(call get_src_http,https://github.com/open62541/open62541/archive/refs/tags,v1.3.2.tar.gz)\
+	$(call get_src_http,https://github.com/open62541/open62541/archive/refs/tags,v1.3.7.tar.gz)\
 	tar -xzf $$dld
-	mv open62541-1.3.2 sources/open62541
+	mv open62541-1.3.7 sources/open62541
 	
 
 define show_revision_details