diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2014-12-06 07:57:05 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2014-12-06 07:57:05 -0500 |
commit | 06760492bd99b0454f676251c24387338368f9da (patch) | |
tree | dd1fe239ce2784af2f2b13ce441338afd16a4f8c | |
parent | c54d102c8f7f336e3ad2144710e51062b5eeac97 (diff) |
Update viewer to consume mesa build 297283.
-rwxr-xr-x | autobuild.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index 32f2ceadf2..77a879f60d 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -1743,8 +1743,12 @@ </map> <key>mesa</key> <map> + <key>copyright</key> + <string>Copyright (C) 1999-2007 Brian Paul All Rights Reserved.</string> + <key>description</key> + <string>Mesa is an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics.</string> <key>license</key> - <string>mesa</string> + <string>Core libraries are MIT license, some of the demo programs vary.</string> <key>license_file</key> <string>LICENSES/mesa.txt</string> <key>name</key> @@ -1756,14 +1760,16 @@ <key>archive</key> <map> <key>hash</key> - <string>1f600840463c7327ea17486821425750</string> + <string>60e1cad8e315793649cd871533479f5d</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/mesa-7.0-linux-20100930.tar.bz2</string> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/mesa_3p-update-mesa/rev/297283/arch/Linux/installer/mesa-7.11.1.297283-linux-297283.tar.bz2</string> </map> <key>name</key> <string>linux</string> </map> </map> + <key>version</key> + <string>7.11.1.297283</string> </map> <key>nvapi</key> <map> |