Skip to content

Commit

Permalink
[mc-rtc] Update to 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Oct 16, 2023
1 parent 8c80db4 commit f7a2698
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ports/mc-rtc/portfile.cmake
@@ -1,13 +1,13 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/jrl-umi3218/mc_rtc/releases/download/v2.7.0/mc_rtc-v2.7.0.tar.gz"
FILENAME "mc_rtc-v2.7.0.tar.gz"
SHA512 ec1f657b7eb6c4e4dd28935221d0dbc8240a172af260997e0d960a9804d5d58f6c5fe477f8905392896b05adbf3008e4bb2939998935331aee081d8fd21b65cc
URLS "https://github.com/jrl-umi3218/mc_rtc/releases/download/v2.9.2/mc_rtc-v2.9.2.tar.gz"
FILENAME "mc_rtc-v2.9.2.tar.gz"
SHA512 32f2aa14803a6d4952f5f1880ea1b5e063bd761f12e2b6e247cd9cb7be250eccee877b1ad3eee47e6868b88f93e3ea71bfd45fd34d57322db89b704fa185ee9f
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
REF 2.7.0
REF 2.9.2
PATCHES
skip-doxygen-rb-generation.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/mc-rtc/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "mc-rtc",
"version-string": "2.7.0",
"version-string": "2.9.2",
"port-version": 0,
"homepage": "https://github.com/jrl-umi3218/mc_rtc",
"description": "mc_rtc is an interface for simulated and real robotic systems suitable for real-time control. It provides programmers with a simple interface to build versatile controllers as well as a set of tools to help with the development of said controllers",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Expand Up @@ -21,7 +21,7 @@
"port-version": 0
},
"mc-rtc": {
"baseline": "2.7.0",
"baseline": "2.9.2",
"port-version": 0
},
"mc-rtc-data": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mc-rtc.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"version": "2.9.2",
"port-version": 0,
"git-tree": "23e0f45826bd3e0fa2bc512a60305cceb54be845"
},
{
"version": "2.7.0",
"port-version": 0,
Expand Down

0 comments on commit f7a2698

Please sign in to comment.