Skip to content

Commit

Permalink
[liblsl] Update to 1.16.2 (#31673)
Browse files Browse the repository at this point in the history
* Update liblsl to 1.16.2

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
  • Loading branch information
chausner and chausner committed May 30, 2023
1 parent 348fe8e commit 5fd868c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/liblsl/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO sccn/liblsl
REF v${VERSION}
SHA512 d3af9be687c11272f0122585c8ba48c5d7482af6e6f0cecf640e674682da319246b490b536a890407c7511fcc07a59749ed43134bf7683d30304ac4e3989a73c
SHA512 141f364034a7156caf9ffafbb2f43cc9a932116a3ef1c1b76822649996d6b99b3017b18d91d9c25a9cd718419c5c3b037fa97b2845540bda195f55dd9de27ab1
HEAD_REF master
PATCHES
use-find-package-asio.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/liblsl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "liblsl",
"version": "1.16.1",
"port-version": 1,
"version": "1.16.2",
"description": "C++ lsl library for multi-modal time-synched data transmission over the local network",
"homepage": "https://github.com/sccn/liblsl",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4217,8 +4217,8 @@
"port-version": 0
},
"liblsl": {
"baseline": "1.16.1",
"port-version": 1
"baseline": "1.16.2",
"port-version": 0
},
"liblsquic": {
"baseline": "3.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/liblsl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bc1c3d9c2142ad970d88c0a79f680b31c8d674f9",
"version": "1.16.2",
"port-version": 0
},
{
"git-tree": "6849296814880dca06ffd923d7d5c8fc3e4f2a9c",
"version": "1.16.1",
Expand Down

0 comments on commit 5fd868c

Please sign in to comment.