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 | |
| 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>
| -rw-r--r-- | ports/jwt-cpp/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/jwt-cpp/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/j-/jwt-cpp.json | 5 |
4 files changed, 8 insertions, 2 deletions
diff --git a/ports/jwt-cpp/portfile.cmake b/ports/jwt-cpp/portfile.cmake index 548e0da08..d501753be 100644 --- a/ports/jwt-cpp/portfile.cmake +++ b/ports/jwt-cpp/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Thalhammer/jwt-cpp REF 60122bbd8e6b9009c4633c1a33ea94c5b682034a # v0.5.1 - SHA512 d2c6e2174cd86c27b8866f6ea50a379a321788e91f97a0548e694d11469c05d93b0713e0c38b37a8f14a0aded4fc4635599dcfb50142e4496fb3c8b9f7e5f8cd + SHA512 ae905e217824d21ec9f098f562d993fbae71b2223e65f3bbcc29d352af61f2aa09b5c6b12c7d94742901a1374f9683335d3b4934c25b11500b710398331f6cb4 HEAD_REF master ) diff --git a/ports/jwt-cpp/vcpkg.json b/ports/jwt-cpp/vcpkg.json index 7178ba5d7..8f1471c37 100644 --- a/ports/jwt-cpp/vcpkg.json +++ b/ports/jwt-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "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": [ diff --git a/versions/baseline.json b/versions/baseline.json index 95ead45b4..b754c2bd6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2850,7 +2850,7 @@ }, "jwt-cpp": { "baseline": "0.5.1", - "port-version": 0 + "port-version": 1 }, "jxrlib": { "baseline": "2019.10.9", 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 |
