diff options
author | Sovereign Engineer <sovereign.engineer@outlook.com> | 2013-02-04 21:36:12 +0800 |
---|---|---|
committer | Sovereign Engineer <sovereign.engineer@outlook.com> | 2013-02-04 21:36:12 +0800 |
commit | 5030766cf2b16a6ae64c8cec712b3bf9c3cddd9b (patch) | |
tree | ed61f5939452cf4f24e34a779e18195b4c785481 /autobuild.xml | |
parent | 3ea6112843e2b83ed0e83976bae730ccaa23176a (diff) |
Correct order of autobuild libs
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/autobuild.xml b/autobuild.xml index 8c3c616433..9cb2719eb0 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -505,29 +505,29 @@ <key>name</key> <string>darwin</string> </map> - <key>windows</key> + <key>linux</key> <map> <key>archive</key> <map> <key>hash</key> - <string>b278ee4734ddb050ba2b67bbac709574</string> + <string>2781f3e844a8c5e6a3633b4d77a018d7</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmodex-private/rev/269873/arch/CYGWIN/installer/fmodex-4.44-windows-201300201.tar.bz2</string> + <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmodex-private/rev/269873/arch/Linux/installer/fmodex-4.44-linux-201300202.tar.bz2</string> </map> <key>name</key> - <string>windows</string> + <string>linux</string> </map> - <key>linux</key> + <key>windows</key> <map> <key>archive</key> <map> <key>hash</key> - <string>2781f3e844a8c5e6a3633b4d77a018d7</string> + <string>b278ee4734ddb050ba2b67bbac709574</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmodex-private/rev/269873/arch/Linux/installer/fmodex-4.44-linux-201300202.tar.bz2</string> + <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/3p-fmodex-private/rev/269873/arch/CYGWIN/installer/fmodex-4.44-windows-201300201.tar.bz2</string> </map> <key>name</key> - <string>linux</string> + <string>windows</string> </map> </map> </map> |