File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ if [ ! -d "scripts/external-libs" ]; then
55 mkdir -v scripts/external-libs
66fi
77if [ ! -f " scripts/external-libs/ea2rdf.jar" ]; then
8- curl -L -k https://github.com/architolk/ea2rdf/releases/download/v1.3.1 /ea2rdf.jar -o scripts/external-libs/ea2rdf.jar
8+ curl -L -k https://github.com/architolk/ea2rdf/releases/download/v1.3.2 /ea2rdf.jar -o scripts/external-libs/ea2rdf.jar
99fi
1010if [ ! -f " scripts/external-libs/rdf2rdf.jar" ]; then
11- curl -L -k https://github.com/architolk/rdf2rdf/releases/download/v1.5 .0/rdf2rdf.jar -o scripts/external-libs/rdf2rdf.jar
11+ curl -L -k https://github.com/architolk/rdf2rdf/releases/download/v1.6 .0/rdf2rdf.jar -o scripts/external-libs/rdf2rdf.jar
1212fi
1313if [ ! -f " scripts/external-libs/rdf2xml.jar" ]; then
1414 curl -L -k https://github.com/architolk/rdf2xml/releases/download/v1.2.1/rdf2xml.jar -o scripts/external-libs/rdf2xml.jar
You can’t perform that action at this time.
0 commit comments