Skip to content

Commit

Permalink
[mc-rtc] Update to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Sep 6, 2023
1 parent 7d611a4 commit e2433b9
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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/jrl-umi3218/mc_rtc/releases/download/v2.6.0/mc_rtc-v2.6.0.tar.gz"
FILENAME "mc_rtc-v2.6.0.tar.gz"
SHA512 df7636eb4591fbacca5b253bff5b93dc05361ab935b38e69fd75a4cfa460989e92f0d5c48749144a5dd226e509e5c401f714bc5e1dd79f179c044042c3c62b3e
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
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
REF 2.6.0
REF 2.7.0
PATCHES
skip-doxygen-rb-generation.patch
)
Expand Down
2 changes: 1 addition & 1 deletion ports/mc-rtc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mc-rtc",
"version-string": "2.6.0",
"version-string": "2.7.0",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"port-version": 0
},
"mc-rtc": {
"baseline": "2.6.0",
"baseline": "2.7.0",
"port-version": 0
},
"mc-rtc-data": {
Expand Down
5 changes: 5 additions & 0 deletions versions/m-/mc-rtc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"version": "2.7.0",
"port-version": 0,
"git-tree": "da078218c10cd8a3c43157a13cd69fecfdd4998d"
},
{
"version": "2.6.0",
"port-version": 0,
Expand Down

0 comments on commit e2433b9

Please sign in to comment.