diff options
| author | pyrotechnics-io <harsh.is@outlook.com> | 2021-09-02 02:02:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 11:02:47 -0700 |
| commit | 728557cc785fc76f488b389893b3e72bd9c856d5 (patch) | |
| tree | cb6e33791987eb4d9ad06dc9bd2b8fa0c8417128 /versions/j-/jwt-cpp.json | |
| parent | 5bc27e8a5073ba139e29432a1b0d8ced50794a41 (diff) | |
| download | vcpkg-728557cc785fc76f488b389893b3e72bd9c856d5.tar.gz vcpkg-728557cc785fc76f488b389893b3e72bd9c856d5.zip | |
[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>
Diffstat (limited to 'versions/j-/jwt-cpp.json')
| -rw-r--r-- | versions/j-/jwt-cpp.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/j-/jwt-cpp.json b/versions/j-/jwt-cpp.json index 6f7dc3557..5cab5fb68 100644 --- a/versions/j-/jwt-cpp.json +++ b/versions/j-/jwt-cpp.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "fbec7fade6b949737e531b1e5f57133e592edf96", + "version-semver": "0.5.1", + "port-version": 1 + }, + { "git-tree": "068be311e2c481a636406216d26d0283768de825", "version-semver": "0.5.1", "port-version": 0 |
