aboutsummaryrefslogtreecommitdiff
path: root/getlibs.sh
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2020-11-05 20:42:20 +0000
committerFederico Igne <federico.igne@cs.ox.ac.uk>2020-11-05 20:42:20 +0000
commit5d14f5c28bcd444689f66d3918643afdeea29208 (patch)
tree08ee9b0494e257628d223653becc47895854fc3e /getlibs.sh
parentafe0128a89a1d92fac8056bc356ba1dea8122925 (diff)
downloadRSAComb-5d14f5c28bcd444689f66d3918643afdeea29208.tar.gz
RSAComb-5d14f5c28bcd444689f66d3918643afdeea29208.zip
Update version on Github Actions custom script
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 4deb7ee..10b1392 100755
--- a/getlibs.sh
+++ b/getlibs.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3VERSION="3.1.1" 3VERSION="4.0.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/"