~paul-kyberd/maus/sciFi

« back to all changes in this revision

Viewing changes to third_party/bash/00get_all_libs.bash

  • Committer: Adam Dobbs
  • Date: 2016-12-08 13:28:06 UTC
  • Revision ID: phuccj@gmail.com-20161208132806-fx0g5adfe8erhdut
Changed third party tarball download url

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
version=`grep "version" $MAUS_ROOT_DIR/README | sed s/\ /_/g`
3
3
filename=third_party_libraries_incl_python.tar.gz
4
4
# url=http://micewww.pp.rl.ac.uk/maus/${version}/${filename}
5
 
url=http://heplnv152.pp.rl.ac.uk/maus/${version}/${filename}
 
5
# url=http://heplnv152.pp.rl.ac.uk/maus/${version}/${filename}
 
6
url=http://heplnv152.pp.rl.ac.uk/maus/third_party/${filename}
6
7
 
7
8
echo
8
9
echo 'INFO: Downloading third party tarball'