mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:49:06 +08:00
[libgpiod] update to 2.1.3 (#41372)
This commit is contained in:
parent
c314b16986
commit
1de3327b5e
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/libgpiod-${VERSION}.tar.gz
|
||||
FILENAME libgpiod-${VERSION}.tar.gz
|
||||
SHA512 e3401d9d5b48e4da29494a5fa7738df80b1db7cb7e75e24067d44cc4bae5661cf7364e9722b5f588d4e813da8b2abd18dde29d5a118049b4a36d2a1df0c432a0
|
||||
SHA512 57ddb73faa1852c86886ec6b9b0e07c48200a8c01347bf9bc31ce5611de907140d20cabba63f33230bbfac558acae23676935ecf12b3c69ed9230a04cf252eb4
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(SOURCE_PATH
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libgpiod",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"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",
|
||||
|
@ -4569,7 +4569,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libgpiod": {
|
||||
"baseline": "2.1.2",
|
||||
"baseline": "2.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libgpod": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4bcd7f6d11b7fdc3d16390473c96ff8290049ac6",
|
||||
"version": "2.1.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "995bfe35a0f8c636bd8e811a886d6802e91c3658",
|
||||
"version": "2.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user