summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <mr@mrautenberg.de>2015-07-23 12:39:08 +0200
committerMicha Rautenberg <mr@mrautenberg.de>2015-07-23 12:39:08 +0200
commita6dfb4db376a750c388f496d838533a31080db3c (patch)
tree586fbe70e994e7df51477b55efeb5b9f76995a7f
parent2171a4f35b958bd480e4a645a8c6444438371759 (diff)
set ruby to version 2.2.2
-rwxr-xr-xconfig.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.sh b/config.sh
index dff9e8b..1395c12 100755
--- a/config.sh
+++ b/config.sh
@@ -17,8 +17,8 @@ OT_JAVA_HOME="/usr/lib/jvm/java-7-openjdk" # use "/usr/lib/jvm/java-7-openjdk-am
RAPTOR2_NUM_VER="2.0.15"
RASQAL_NUM_VER="0.9.33"
-RUBY_NUM_VER="2.0.0-p481"
-#RUBY_NUM_VER="2.1.2"
+# RUBY_NUM_VER="2.0.0-p481"
+RUBY_NUM_VER="2.2.2"
FOUR_STORE_VER="4store-v1.1.5"
REDLAND_DWL="http://download.librdf.org"
REDLAND_APT_KEY="https://www.dajobe.org/gnupg.asc"
@@ -44,7 +44,7 @@ OT_DEFAULT_CONF="$HOME/.opentox/config/default.rb"
RAPTOR2_VER="raptor2-$RAPTOR2_NUM_VER"
RASQAL_VER="rasqal-$RASQAL_NUM_VER"
-RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/2.0"
+RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/2.2"
RAPTOR2_DWL="$REDLAND_DWL/source/$RAPTOR2_VER.tar.gz"
RASQAL_DWL="$REDLAND_DWL/source/$RASQAL_VER.tar.gz"
REDLAND_DEB="$REDLAND_DWL/binaries/$OT_DIST/unstable"