diff options
author | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-11-03 00:10:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 00:10:50 +0200 |
commit | 6aa4a267a7495aa521e96636914c9687d46e5251 (patch) | |
tree | a82787a3bfe29642cbfb6e994b6b0a27b3d56ef2 /autobuild.xml | |
parent | 66ae2434bc4117b8e9a2da26422362c86c767a54 (diff) |
SL-20185 Fix connection issues (#490)
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/autobuild.xml b/autobuild.xml index 3fa15ecbf8..2789c41026 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2471,11 +2471,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>archive</key> <map> <key>hash</key> - <string>e04567dc13483288d7226ed22404984d783d35e1</string> + <string>16221a3bf29aa8671dee8f8625e640cca1765a7b</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/viewer-manager/releases/download/v3.0-074736e/viewer_manager-3.0-074736e-darwin64-074736e.tar.zst</string> + <string>https://github.com/secondlife/viewer-manager/releases/download/v3.0-d486371/viewer_manager-3.0-d486371-darwin64-d486371.tar.zst</string> </map> <key>name</key> <string>darwin64</string> @@ -2485,11 +2485,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>archive</key> <map> <key>hash</key> - <string>42e86beb8b3bd2f4300a80c7c69e0cfda421ccbb</string> + <string>bd55ee3b03ae46e869fda541e0130f965e60ffcc</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/viewer-manager/releases/download/v3.0-074736e/viewer_manager-3.0-074736e-linux64-074736e.tar.zst</string> + <string>https://github.com/secondlife/viewer-manager/releases/download/v3.0-d486371/viewer_manager-3.0-d486371-linux64-d486371.tar.zst</string> </map> <key>name</key> <string>linux64</string> @@ -2499,11 +2499,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>archive</key> <map> <key>hash</key> - <string>bb4d86b3a8e9fb6b688e555050302e0ed41dd41e</string> + <string>fd7f42fb1a29e16317220f72b8fcf897f7fce083</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/viewer-manager/releases/download/v3.0-074736e/viewer_manager-3.0-074736e-windows64-074736e.tar.zst</string> + <string>https://github.com/secondlife/viewer-manager/releases/download/v3.0-d486371/viewer_manager-3.0-d486371-windows64-d486371.tar.zst</string> </map> <key>name</key> <string>windows64</string> @@ -2516,7 +2516,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> <key>copyright</key> <string>Copyright (c) 2000-2012, Linden Research, Inc.</string> <key>version</key> - <string>3.0-074736e</string> + <string>3.0-d486371</string> <key>name</key> <string>viewer-manager</string> <key>description</key> |