summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index d688e5c..17fc9f8 100755
--- a/config.sh
+++ b/config.sh
@@ -17,8 +17,10 @@ OT_JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
OB_NUM_VER="2.3.1"
RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"
-RAPTOR2_DWL="http://download.librdf.org/source/raptor2-2.0.8.tar.gz"
-RASQAL_DWL="http://download.librdf.org/source/rasqal-0.9.29.tar.gz"
+RAPTOR2_VER="2.0.8"
+RAPTOR2_DWL="http://download.librdf.org/source/raptor2-$RAPTOR2_VER.tar.gz"
+RASQAL_VER="0.9.29"
+RASQAL_DWL="http://download.librdf.org/source/rasqal-$RASQAL_VER.tar.gz"
# Done.