diff options
author | Nyx Linden <nyx@lindenlab.com> | 2010-09-22 12:05:41 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2010-09-22 12:05:41 -0400 |
commit | 469001dabd9b2d768392093239aedc7fb02fad44 (patch) | |
tree | 91c0e83fffbb664a0a27bf63eaace3dbaac552f4 /install.xml | |
parent | 27085e91fd97a4e641386ec54787c8c94bac909b (diff) |
SH-64 update glod on mac
GLOD libraries were being copied to the lib as lowercase, where mac
expects GLOD to be capitalized (linux expects lowercase).
Updating to new lib with correct capitalization.
Diffstat (limited to 'install.xml')
-rw-r--r-- | install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.xml b/install.xml index 080fb7b216..97dd9c74c8 100644 --- a/install.xml +++ b/install.xml @@ -56,9 +56,9 @@ <key>darwin</key> <map> <key>md5sum</key> - <string>70b8bebe5b107a5f9eb175ff992b148c</string> + <string>cc3a93782ac74982eb74aa5dbcd923f0</string> <key>url</key> - <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glod-1.0pre4-darwin-20100916a.tar.bz2</uri> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/glod-1.0pre4-darwin-20100922.tar.bz2</uri> </map> <key>linux</key> <map> |