aboutsummaryrefslogtreecommitdiff
path: root/getlibs.sh
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2020-12-11 17:54:21 +0000
committerFederico Igne <federico.igne@cs.ox.ac.uk>2020-12-17 17:44:11 +0000
commit548ad06610dabeafec983449da597f1279bf6def (patch)
treeba00752cd6c0d536ec1a2100abe48e6d62b42f33 /getlibs.sh
parent12ff20661c1848345473a5a4a9c200f3e7c2939a (diff)
downloadRSAComb-548ad06610dabeafec983449da597f1279bf6def.tar.gz
RSAComb-548ad06610dabeafec983449da597f1279bf6def.zip
Port code to RDFox v4.1.0
Diffstat (limited to 'getlibs.sh')
-rwxr-xr-xgetlibs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/getlibs.sh b/getlibs.sh
index 10b1392..be24be7 100755
--- a/getlibs.sh
+++ b/getlibs.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3VERSION="4.0.0" 3VERSION="4.1.0"
4NAME="RDFox-linux-$VERSION" 4NAME="RDFox-linux-$VERSION"
5LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip" 5LINK="https://rdfox-distribution.s3.eu-west-2.amazonaws.com/release/v$VERSION/$NAME.zip"
6DEST="./lib/" 6DEST="./lib/"