diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-06-11 18:25:51 +0100 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-06-11 18:25:51 +0100 |
commit | 8c9587225a68f9b6276f08691d1a0ddbe67edd9a (patch) | |
tree | cb1929fc8b24b4abef902c7fb7b04b40024778b3 /install.xml | |
parent | 8e725a8694f8537d696a6943ea2323c56a5fa169 (diff) | |
parent | b181dc15217c2fef234e308063d313d33ecb9df7 (diff) |
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-release
Diffstat (limited to 'install.xml')
-rw-r--r-- | install.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/install.xml b/install.xml index 80641d29e6..eeea250171 100644 --- a/install.xml +++ b/install.xml @@ -583,6 +583,39 @@ </map> </map> </map> + <key>google_breakpad</key> + <map> + <key>copyright</key> + <string>Copyright (c) 2006, Google Inc.</string> + <key>description</key> + <string>An open-source multi-platform crash reporting system </string> + <key>license</key> + <string>bsd</string> + <key>packages</key> + <map> + <key>darwin</key> + <map> + <key>md5sum</key> + <string>ced4010b59f1a579caa7fe3c18512499</string> + <key>url</key> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-darwin-20100528a.tar.bz2</uri> + </map> + <key>linux</key> + <map> + <key>md5sum</key> + <string>29c3e7dad60bbf02c811786436d99523</string> + <key>url</key> + <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/google_breakpad-0.0.0-rev599-linux-20100521b.tar.bz2</uri> + </map> + <key>windows</key> + <map> + <key>md5sum</key> + <string>0859d47242990125f17eaab30bece2ff</string> + <key>url</key> + <uri>http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/google_breakpad-0.0.0-rev599-windows-20100524.tar.bz2</uri> + </map> + </map> + </map> <key>googlemock</key> <map> <key>copyright</key> |