Skip to content

Commit

Permalink
[ode] Bump version to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Apr 26, 2020
1 parent 28ab0b1 commit e455fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ports/ode/CONTROL
Original file line number Diff line number Diff line change
@@ -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
8 changes: 3 additions & 5 deletions ports/ode/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)

Expand All @@ -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)
Expand Down

0 comments on commit e455fa7

Please sign in to comment.