vcpkg/ports/jwt-cpp/vcpkg.json
pyrotechnics-io 728557cc78
[jwt-cpp] Fixes SHA512 (#19845)
* Fixes jwt-cpp

This is a fix for #19837

Not sure why the hash worked a few days ago but appears to have broken now though (that needs some investigation). But the build is indeed broken

* update port version

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2021-09-01 11:02:47 -07:00

11 lines
262 B
JSON

{
"name": "jwt-cpp",
"version-semver": "0.5.1",
"port-version": 1,
"description": "A header only library for creating and validating json web tokens in c++",
"homepage": "https://github.com/Thalhammer/jwt-cpp",
"dependencies": [
"picojson"
]
}