From 728557cc785fc76f488b389893b3e72bd9c856d5 Mon Sep 17 00:00:00 2001 From: pyrotechnics-io Date: Thu, 2 Sep 2021 02:02:47 +0800 Subject: [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 --- ports/jwt-cpp/portfile.cmake | 2 +- ports/jwt-cpp/vcpkg.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'ports/jwt-cpp') 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": [ -- cgit v1.2.3