Update Bullet3 to version 3.25. (#30097)

Co-authored-by: Bert van Leeuwen <bvl@msim.metrea.aero>
This commit is contained in:
gyrovague 2023-03-09 21:15:58 +02:00 committed by GitHub
parent 62578200ab
commit a01d0a94a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO bulletphysics/bullet3 REPO bulletphysics/bullet3
REF "${VERSION}" REF "${VERSION}"
SHA512 edacf643ca9621523812effe69a7499716bc65282c58c1f5b4eb4f17b2b1ab55a4f71b06a73483f57e57a5b032c234d09ba5fab9881321f2cbc3c27b43fdc95d SHA512 7086e5fcf69635801bb311261173cb8d173b712ca1bd78be03df48fad884674e85512861190e45a1a62d5627aaad65cde08c175c44a3be9afa410d3dfd5358d4
HEAD_REF master HEAD_REF master
PATCHES PATCHES
cmake-fix.patch cmake-fix.patch

View File

@ -1,7 +1,6 @@
{ {
"name": "bullet3", "name": "bullet3",
"version": "3.22", "version": "3.25",
"port-version": 2,
"description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library", "description": "Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library",
"homepage": "https://github.com/bulletphysics/bullet3", "homepage": "https://github.com/bulletphysics/bullet3",
"license": "Zlib", "license": "Zlib",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "2ddb8da6a7bd04aff093231935f5ead2a8ee7c79",
"version": "3.25",
"port-version": 0
},
{ {
"git-tree": "fa19f46a232f321eca98906bc2b25dbf782b924b", "git-tree": "fa19f46a232f321eca98906bc2b25dbf782b924b",
"version": "3.22", "version": "3.22",

View File

@ -1277,8 +1277,8 @@
"port-version": 0 "port-version": 0
}, },
"bullet3": { "bullet3": {
"baseline": "3.22", "baseline": "3.25",
"port-version": 2 "port-version": 0
}, },
"bustache": { "bustache": {
"baseline": "1.1.0", "baseline": "1.1.0",