diff options
author | Oz Linden <oz@lindenlab.com> | 2014-09-23 12:21:16 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-09-23 12:21:16 -0400 |
commit | 22a613dfc121fadb24916d2a67fc5c3724322dee (patch) | |
tree | aa9fb33d9375d1fcf2db25733154a8086ccb8ecf | |
parent | 499f5aa9a4b46d61ee94b26d5c86bc032766af70 (diff) |
update autobuild config version and tut package
-rwxr-xr-x | autobuild.xml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/autobuild.xml b/autobuild.xml index b6586b25b7..b9a95b1b3d 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -1879,6 +1879,10 @@ </map> <key>tut</key> <map> + <key>copyright</key> + <string>Copyright 2002-2006 Vladimir Dyuzhev, Copyright 2007 Denis Kononenko, Copyright 2008-2009 MichaĆ Rzechonek</string> + <key>description</key> + <string>TUT is a small and portable unit test framework for C++.</string> <key>license</key> <string>bsd</string> <key>license_file</key> @@ -1892,14 +1896,16 @@ <key>archive</key> <map> <key>hash</key> - <string>5c6d3e606f027e78f056cb77b20f228e</string> + <string>4d13804d6224156b94d9eac2538da68e</string> <key>url</key> - <string>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/tut-2008-11-30-common-20101001.tar.bz2</string> + <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/tut_3p-update-tut/rev/294542/arch/Linux/installer/tut-2008.11.30-common-294542.tar.bz2</string> </map> <key>name</key> <string>common</string> </map> </map> + <key>version</key> + <string>2008.11.30</string> </map> <key>xmlrpc-epi</key> <map> @@ -1998,6 +2004,8 @@ </map> </map> </map> + <key>orig_ver</key> + <string>1.2</string> <key>package_description</key> <map> <key>description</key> @@ -2757,6 +2765,6 @@ <key>type</key> <string>autobuild</string> <key>version</key> - <string>1.2</string> + <string>1.3</string> </map> </llsd> |