Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libgpiod] update version to 2.0.1 #31074

Merged
merged 8 commits into from
Apr 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/libgpiod/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_git(
OUT_SOURCE_PATH SOURCE_PATH
URL git://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git
REF dfc5d361e6748d5f48b706e5c4ac949d133b5470 # v1.6.3
PATCHES
FETCH_REF "v${VERSION}"
REF ae275c375477f207912113e5cf190fada78f3f90 # v2.0.1
)

if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
Expand Down
3 changes: 1 addition & 2 deletions ports/libgpiod/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libgpiod",
"version": "1.6.3",
"port-version": 2,
"version": "2.0.1",
"description": "C library and tools for interacting with the linux GPIO character device",
"homepage": "https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git",
"license": "LGPL-2.1-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4025,8 +4025,8 @@
"port-version": 0
},
"libgpiod": {
"baseline": "1.6.3",
"port-version": 2
"baseline": "2.0.1",
"port-version": 0
},
"libgpod": {
"baseline": "2019-08-29",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libgpiod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d5fde793827568c4be74cb76793650e37e3e5354",
"version": "2.0.1",
"port-version": 0
},
{
"git-tree": "effc79de6dafb6ef6762bd2863a222c6090881e8",
"version": "1.6.3",
Expand Down