aboutsummaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-18 15:04:04 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-04-18 15:04:04 +0200
commit2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86 (patch)
tree400d925f1a033f2ad779f6b81e72bde3d7f0a2e7 /installer
parent5c3a6f583ca5009485e30a97c63dcc63c3c76bc2 (diff)
downloadmmbtools-aux-2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86.tar.gz
mmbtools-aux-2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86.tar.bz2
mmbtools-aux-2b11a3cf3097c244cf26bc79e1148f4ccc0d7d86.zip
debian installer correction
Diffstat (limited to 'installer')
-rw-r--r--installer/debian.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index 918becb..687b45a 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -105,7 +105,7 @@ popd
echo -e "$GREEN Installing ZeroMQ $NORMAL"
-wget http://download.zeromq.org/zeromq-4.0.3.tar.gz
+wget http://download.zeromq.org/zeromq-4.0.4.tar.gz
tar -f zeromq-4.0.4.tar.gz -x
pushd zeromq-4.0.4
./configure