diff options
author | Rye Mutt <rye@alchemyviewer.org> | 2024-07-09 20:51:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 19:51:38 -0500 |
commit | f8b1d8095eb87a927750c3ceeff4cc7d4138a077 (patch) | |
tree | 57c4ce6674c754f32372950f907fa5022913385b /autobuild.xml | |
parent | e101d1aa28a51570e6d76dc12df810b1daa71e7e (diff) |
Update meshoptimizer package to 0.21 (#1948)
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/autobuild.xml b/autobuild.xml index 9be112524b..beabf2fd06 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1603,11 +1603,11 @@ <key>archive</key> <map> <key>hash</key> - <string>3bf88febd23656327a4ee2a3ebe99cae4b15573e</string> + <string>3d173e176e9777f1b10f54fe0bd1c735a65b56e5</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-darwin64-032f20a.tar.zst</string> + <string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-darwin64-9846246058.tar.zst</string> </map> <key>name</key> <string>darwin64</string> @@ -1617,15 +1617,29 @@ <key>archive</key> <map> <key>hash</key> - <string>13c0a33d9c49cc07b354527c7ef992d33f854c59</string> + <string>6777467d1d06064351c27f70d556fdcba8420c52</string> <key>hash_algorithm</key> <string>sha1</string> <key>url</key> - <string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-windows64-032f20a.tar.zst</string> + <string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-windows64-9846246058.tar.zst</string> </map> <key>name</key> <string>windows64</string> </map> + <key>linux64</key> + <map> + <key>archive</key> + <map> + <key>hash</key> + <string>17eb4a03f94d363e9ad8b096ac590e0649cf91fa</string> + <key>hash_algorithm</key> + <string>sha1</string> + <key>url</key> + <string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-linux64-9846246058.tar.zst</string> + </map> + <key>name</key> + <string>linux64</string> + </map> </map> <key>license</key> <string>meshoptimizer</string> @@ -1634,7 +1648,7 @@ <key>copyright</key> <string>Copyright (c) 2016-2021 Arseny Kapoulkine</string> <key>version</key> - <string>160</string> + <string>210</string> <key>name</key> <string>meshoptimizer</string> <key>canonical_repo</key> |