~christopher-hunt08/maus/maus_integrated_kalman

« back to all changes in this revision

Viewing changes to third_party/bash/52jsoncpp.bash

  • Committer: Durga Rajaram
  • Date: 2014-07-16 15:13:05 UTC
  • mfrom: (659.1.92 cand)
  • Revision ID: durga@fnal.gov-20140716151305-q27rv1y9p03v9lks
Tags: MAUS-v0.9, MAUS-v0.9.0
MAUS-v0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env bash
2
2
 
3
 
directory=jsoncpp-src-0.5.0
 
3
directory=jsoncpp-src-0.6.0-rc2
4
4
filename=${directory}.tar.gz
5
 
url=http://downloads.sourceforge.net/project/jsoncpp/jsoncpp/0.5.0/${filename}
 
5
url=http://downloads.sourceforge.net/project/jsoncpp/jsoncpp/0.6.0-rc2/${filename}
6
6
 
7
7
if [ -n "${MAUS_ROOT_DIR+x}" ]; then
8
8