From e741f85148a3a4a7bfa44f573d1494a86e956c2e Mon Sep 17 00:00:00 2001 From: davor Date: Fri, 7 Dec 2012 10:51:08 +0100 Subject: Update config.sh Added 4store download. --- config.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sh b/config.sh index 16c6ad8..97ca02f 100755 --- a/config.sh +++ b/config.sh @@ -19,8 +19,10 @@ OB_NUM_VER="2.3.1" RAPTOR2_NUM_VER="2.0.8" RASQAL_NUM_VER="0.9.29" RUBY_NUM_VER="1.9.3-p194" +4STORE_NUM_VER="v1.1.5" REDLAND_DWL="http://download.librdf.org" REDLAND_APT_KEY="http://purl.org/net/dajobe/gnupg.asc" +4STORE_URL="http://4store.org/download" # Done. @@ -45,3 +47,4 @@ RUBY_DWL="http://ftp.ruby-lang.org/pub/ruby/1.9" 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" +4STORE_DWL="$4STORE_URL/4store-$4STORE_NUM_VER.tar.gz" \ No newline at end of file -- cgit v1.2.3