Fix Jolt patches checksum (#2161)

For some reason it seems GitHub made an update to their commit format code, here the diff between the two files:

```
$ diff oldpatch.patch newpatch.patch
11c11
< index 39c49fa7..a5b5aaac 100644
---
> index 39c49fa71..a5b5aaac3 100644
```
pull/2164/head
Jérôme Leclercq 2 years ago committed by GitHub
parent 0570a7605f
commit b04ad877f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      packages/j/joltphysics/xmake.lua

@ -9,9 +9,9 @@ package("joltphysics")
add_versions("v3.0.0", "f8d756ae3471a32f2ee7e07475df2f7a34752f0fdd05e9a7ed2e7ce3dcdcd574")
add_versions("v2.0.1", "96ae2e8691c4802e56bf2587da30f2cc86b8abe82a78bc2398065bd87dd718af")
-- patch for missing standard include (fixes Fedora compilation)
add_patches("v3.0.1", "https://github.com/jrouwe/JoltPhysics/commit/2b418d38a36327e29f156b3c640e83f8c6caf067.patch", "4039ab991e4e847ec94517ce3bf459d6ee67f291116006d1bf9228f26f1dc86e")
add_patches("v3.0.0", "https://github.com/jrouwe/JoltPhysics/commit/2b418d38a36327e29f156b3c640e83f8c6caf067.patch", "4039ab991e4e847ec94517ce3bf459d6ee67f291116006d1bf9228f26f1dc86e")
add_patches("v2.0.1", "https://github.com/jrouwe/JoltPhysics/commit/2b418d38a36327e29f156b3c640e83f8c6caf067.patch", "4039ab991e4e847ec94517ce3bf459d6ee67f291116006d1bf9228f26f1dc86e")
add_patches("v3.0.1", "https://github.com/jrouwe/JoltPhysics/commit/2b418d38a36327e29f156b3c640e83f8c6caf067.patch", "12be1294669852a9f15cb01a636fde72fb5f36b59cbcc1d4f931d76c454c3150")
add_patches("v3.0.0", "https://github.com/jrouwe/JoltPhysics/commit/2b418d38a36327e29f156b3c640e83f8c6caf067.patch", "12be1294669852a9f15cb01a636fde72fb5f36b59cbcc1d4f931d76c454c3150")
add_patches("v2.0.1", "https://github.com/jrouwe/JoltPhysics/commit/2b418d38a36327e29f156b3c640e83f8c6caf067.patch", "12be1294669852a9f15cb01a636fde72fb5f36b59cbcc1d4f931d76c454c3150")
-- patches for Android/ARMv7 and VS2019 ARM64 support
add_patches("v2.0.1", "https://github.com/jrouwe/JoltPhysics/commit/27b2c3293ea6bde6e3d6168b11d41c337f1a0913.patch", "43b3d38ea5a01c281ad7b580859acaf0b30eac9a7bdc271a54199fcc88b8d491")
add_patches("v2.0.1", "https://github.com/jrouwe/JoltPhysics/commit/86a8f27aba3968713196635d8ab5234c96b73dc9.patch", "f6d368787ae7259dfbece7e8f1c1ba6af4d39f0f7c09a0f15186882bd827ed15")

Loading…
Cancel
Save