File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ function install_dependencies()
1313 os.execute (
1414 " curl -L https://raw.githubusercontent.com/DaveGamble/cJSON/refs/tags/v1.7.18/cJSON.h -o dependencies/cJSON.h" )
1515
16- os.execute (" curl -L https://github.com/SamuelHenriqueDeMoraisVitrio/UniversalSocket/releases/download/v0.2.8 /UniversalSocket.c -o dependencies/UniversalSocket.c" )
17- os.execute (" curl -L https://github.com/SamuelHenriqueDeMoraisVitrio/UniversalSocket/releases/download/v0.2.8 /UniversalSocket.h -o dependencies/UniversalSocket.h" )
16+ os.execute (" curl -L https://github.com/SamuelHenriqueDeMoraisVitrio/UniversalSocket/releases/download/v0.3.0 /UniversalSocket.c -o dependencies/UniversalSocket.c" )
17+ os.execute (" curl -L https://github.com/SamuelHenriqueDeMoraisVitrio/UniversalSocket/releases/download/v0.3.0 /UniversalSocket.h -o dependencies/UniversalSocket.h" )
1818
1919 os.execute (" curl -L https://github.com/OUIsolutions/Universal-Garbage-Colector/releases/download/3.0.0/UniversalGarbage.c -o dependencies/UniversalGarbage.c" )
2020 os.execute (" curl -L https://github.com/OUIsolutions/Universal-Garbage-Colector/releases/download/3.0.0/UniversalGarbage.h -o dependencies/UniversalGarbage.h" )
You can’t perform that action at this time.
0 commit comments