diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-16 16:53:34 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-05-16 17:00:21 +0300 |
commit | dfdd84e44bb9fcc248d331698cbb5666dc39fae1 (patch) | |
tree | 05dfb2e243597cf29119fe7cc630c9da93bb8494 | |
parent | 2f600d8ad641012052dce3452b815b412d2d7b58 (diff) |
Update threejs to use the platform agnostic package
-rw-r--r-- | autobuild.xml | 50 |
1 files changed, 12 insertions, 38 deletions
diff --git a/autobuild.xml b/autobuild.xml index 5c5919d0c4..84cf11b8e9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2420,59 +2420,33 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string> </map> <key>threejs</key> <map> + <key>copyright</key> + <string>Copyright © 2010-2021 three.js authors</string> + <key>license</key> + <string>MIT</string> + <key>license_file</key> + <string>LICENSES/THREEJS_LICENSE.txt</string> + <key>name</key> + <string>threejs</string> <key>platforms</key> <map> - <key>darwin64</key> - <map> - <key>archive</key> - <map> - <key>hash</key> - <string>cfed00d8ea7265c035c2d86a234b28efb0b23756</string> - <key>hash_algorithm</key> - <string>sha1</string> - <key>url</key> - <string>https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-darwin64-b8f6746.tar.zst</string> - </map> - <key>name</key> - <string>darwin64</string> - </map> - <key>linux64</key> - <map> - <key>archive</key> - <map> - <key>hash</key> - <string>9de1295b157c9913c28be81ff933c73493ecc132</string> - <key>hash_algorithm</key> - <string>sha1</string> - <key>url</key> - <string>https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-linux64-b8f6746.tar.zst</string> - </map> - </map> - <key>windows64</key> + <key>common</key> <map> <key>archive</key> <map> <key>hash</key> - <string>4141710fccbd1ea2b3b53d00e189bdfa2ee9d441</string> + <string>982c0fa427458082ea9e3cb9603904210732b64e</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-windows64-b8f6746.tar.zst</string> + <string>https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-5da28d9/threejs-0.132.2-common-8454371083.tar.zst</string> </map> <key>name</key> - <string>windows64</string> + <string>common</string> </map> </map> - <key>license</key> - <string>MIT</string> - <key>license_file</key> - <string>LICENSES/THREEJS_LICENSE.txt</string> - <key>copyright</key> - <string>Copyright © 2010-2021 three.js authors</string> <key>version</key> <string>0.132.2</string> - <key>name</key> - <string>threejs</string> </map> <key>tinygltf</key> <map> |