Skip to content

Commit bae95cd

Browse files
att
1 parent 889d557 commit bae95cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install_dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ rm -rf dependencies
22
mkdir dependencies
33
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.015/darwin.out -o darwin.out
44
curl -L https://github.com/OUIsolutions/LuaCEmbed/releases/download/v0.779/LuaCEmbed.h -o dependencies/LuaCEmbed.h
5-
curl -L https://github.com/OUIsolutions/SilverChain/releases/download/v0.08/CSilverChainApiNoDependenciesIncluded.h -o dependencies/CSilverChainApiNoDependenciesIncluded.h
5+
curl -L https://github.com/OUIsolutions/SilverChain/releases/download/0.1.0/SilverChainApiNoDependenciesIncluded.h -o dependencies/CSilverChainApiNoDependenciesIncluded.h
66
curl -L https://github.com/OUIsolutions/CTextEngine/releases/download/v2.002/CTextEngine.h -o dependencies/CTextEngine.h
7-
curl -L https://github.com/OUIsolutions/DoTheWorld/releases/download/v7.006/doTheWorld.h -o dependencies/doTheWorld.h
7+
curl -L https://github.com/OUIsolutions/DoTheWorld/releases/download/v8.002/doTheWorld.h -o dependencies/doTheWorld.h
88
curl -L https://github.com/OUIsolutions/C-Cli-Entry/releases/download/0.001/CliEntry.h -o dependencies/CliEntry.h
99
sudo chmod +x darwin.out

0 commit comments

Comments
 (0)