[ode] Bump version to 0.16.1 (#11029)

This commit is contained in:
Silvio Traversaro 2020-04-27 16:01:00 +02:00 committed by GitHub
parent 5c455605a5
commit 5852144908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Source: ode
Version: 0.16
Version: 0.16.1
Homepage: https://bitbucket.org/odedevs/ode/src/default/
Description: Open Dynamics Engine

View File

@ -1,10 +1,8 @@
include(vcpkg_common_functions)
vcpkg_from_bitbucket(
OUT_SOURCE_PATH SOURCE_PATH
REPO odedevs/ode
REF 0.16
SHA512 6a98882aa3e6267423f745ec48f2472d330f94fa395c459e116174093ef1d479368efc0514ef04eff4e62eb7c3520a7a544fc3ed66ff2f1bd06bc13df4110581
REF 0.16.1
SHA512 04429cae1b8fc703e53880c5de78293cee46fe4855c96ca7006bd5848255a0df004b75716a6b30ff5176df004e2bec29b2a31d4af8e7ac59da18f0af2eed8396
HEAD_REF master
)
@ -15,7 +13,7 @@ vcpkg_configure_cmake(
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/ode-0.16.0)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/ode-0.16.1)
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)