summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 9cdbca7..38e7772 100755
--- a/config.sh
+++ b/config.sh
@@ -19,7 +19,7 @@ OB_NUM_VER="2.3.1"
RAPTOR2_NUM_VER="2.0.8"
RASQAL_NUM_VER="0.9.29"
REDIS_NUM_VER="2.4.4"
-RUBY_NUM_VER="1.9.3-p194"
+RUBY_NUM_VER="2.0.0-p0"
FOUR_STORE_VER="4store-v1.1.5"
REDIS_URL="http://redis.googlecode.com/files"
REDLAND_DWL="http://download.librdf.org"
@@ -50,7 +50,7 @@ REDIS_VER="redis-$REDIS_NUM_VER"
OB_DEST="$OT_PREFIX/$OB_VER"
OB_DEST_BINDINGS="$OT_PREFIX/openbabel-ruby-install"
R_DEST="$OT_PREFIX/r-packages"
-RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9"
+RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/2.0"
RAPTOR2_DWL="$REDLAND_DWL/source/$RAPTOR2_VER.tar.gz"
RASQAL_DWL="$REDLAND_DWL/source/$RASQAL_VER.tar.gz"
REDIS_DWL="$REDIS_URL/$REDIS_VER.tar.gz"