mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[libfido2] update to 1.14.0 (#37168)
- [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [X] SHA512s are updated for each updated download - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file.
This commit is contained in:
parent
d22e90a386
commit
bedda77714
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Yubico/libfido2
|
||||
REF ${VERSION}
|
||||
SHA512 90f8452cee4c9cc72241478e697c5c692ccff5ab27752f2f296c3623ee297d1f80a85a359b4d0656c67790084c116aac921894e762eb52d3a79056e5014c03e7
|
||||
SHA512 83454b0db0cc8546f377d0dd59f95785fe6b73cf28e499a6182a6ece4b7bce17c3e750155262adf71f339ec0b3b6c3d3d64a07b01c8428b4b91de97ae768f0e6
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
"fix_cmakelists.patch"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libfido2",
|
||||
"version": "1.13.0",
|
||||
"version": "1.14.0",
|
||||
"description": "Provides library functionality to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.",
|
||||
"homepage": "https://developers.yubico.com/libfido2/",
|
||||
"license": "BSD-2-Clause",
|
||||
|
@ -4345,7 +4345,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libfido2": {
|
||||
"baseline": "1.13.0",
|
||||
"baseline": "1.14.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libflac": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6cdf57908524a456c4736785582dc28f1484584b",
|
||||
"version": "1.14.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "07a40273e987c2a14d48806018a61a06feb1f047",
|
||||
"version": "1.13.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user