diff options
| author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-11-01 12:11:30 -0400 | 
|---|---|---|
| committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-11-01 12:11:30 -0400 | 
| commit | 4599ade7a1a5e27613798ea95c64bd83afdc6a3d (patch) | |
| tree | 6fcf3388ef97b3893e0052d906ed046b1183549b | |
| parent | a048f4be5073d18415fb752326fd9c67780b6b60 (diff) | |
SH-395 FIX linux build on mesh-development is broken
last package had the wrong version of the binary library packaged with it.
I'm hoping this should fix our linux teamcity issues.
| -rw-r--r-- | install.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/install.xml b/install.xml index 8c101d1af3..f3862bb9f0 100644 --- a/install.xml +++ b/install.xml @@ -273,9 +273,9 @@            <key>linux</key>            <map>              <key>md5sum</key> -            <string>7b4be1d07a9ec3d2aeac09a5272ce43b</string> +            <string>69df66ea0a567de39c7362a08abfabce</string>              <key>url</key> -            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/colladadom-2.1-linux-20101029a.tar.bz2</uri> +            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/colladadom-2.1-linux-20101101.tar.bz2</uri>            </map>            <key>windows</key>            <map> | 
