diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:25:18 +0100 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2022-10-16 00:25:18 +0100 |
commit | 7dcb891e5d710c99230be0e86103c9e91d1120e9 (patch) | |
tree | bf97c0d1fc97ca82f4d7fc33b3adc21298d2641b /rdfox_setup.sh | |
parent | 12245a5550817cf20b1d67690078a1808844b1f1 (diff) | |
download | RSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.tar.gz RSAComb-7dcb891e5d710c99230be0e86103c9e91d1120e9.zip |
Updating dependences.
This was triggered by a vulnerability detected by dependabot.
Diffstat (limited to 'rdfox_setup.sh')
-rwxr-xr-x | rdfox_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rdfox_setup.sh b/rdfox_setup.sh index 2091088..c9728ca 100755 --- a/rdfox_setup.sh +++ b/rdfox_setup.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | VERSION="5.2.1" | 3 | VERSION="5.7" |
4 | NAME="RDFox-linux-x86_64-$VERSION" | 4 | NAME="RDFox-linux-x86_64-$VERSION" |
5 | LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip" | 5 | LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip" |
6 | DEST="lib" | 6 | DEST="lib" |