aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/bullet3/CONTROL4
-rw-r--r--ports/bullet3/portfile.cmake6
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/bullet3/CONTROL b/ports/bullet3/CONTROL
index e8221d1f7..be9bf2ef3 100644
--- a/ports/bullet3/CONTROL
+++ b/ports/bullet3/CONTROL
@@ -1,7 +1,7 @@
Source: bullet3
-Version: 2.88-2
+Version: 2.89
Homepage: https://github.com/bulletphysics/bullet3
Description: Bullet Physics is a professional collision detection, rigid body, and soft body dynamics library
Feature: multithreading
-Description: Multithreading funcitonality for bullet3 \ No newline at end of file
+Description: Multithreading functionality for bullet3
diff --git a/ports/bullet3/portfile.cmake b/ports/bullet3/portfile.cmake
index ffd5a80e4..cfad9f391 100644
--- a/ports/bullet3/portfile.cmake
+++ b/ports/bullet3/portfile.cmake
@@ -1,12 +1,12 @@
-include(vcpkg_common_functions)
+vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP")
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bulletphysics/bullet3
- REF 2.88
- SHA512 15face1940d496c96fd19a44139d11d2cbb629526c40432be4a0eef5fa9a532c842ec7318248c0359a080f2034111bf1a3c2d3a6fd789bec675bd368fac7bd93
+ REF 2.89
+ SHA512 3c4ba6a3b3623ef44dd4a23e0bc2e90dec1f2b7af463edcb886e110feac1dfb4a91945f0ed640052cac228318539e275976d37238102fb10a0f78aef065a730b
HEAD_REF master
PATCHES cmake-fix.patch
)