summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-12-07 10:51:08 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2012-12-07 10:51:08 +0100
commite741f85148a3a4a7bfa44f573d1494a86e956c2e (patch)
tree7103b5a41b54c171f6501a5aad3a625c07902c44
parent4a28ae7dc339f9af805ec9631e913f4bb90e420a (diff)
Update config.sh
Added 4store download.
-rwxr-xr-xconfig.sh3
1 files changed, 3 insertions, 0 deletions
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