[packages/jwt-cpp] up to 0.7.2
atler
atler at pld-linux.org
Wed Mar 25 20:18:44 CET 2026
commit ddae0a1eb475552e450e410ace7da439ec18c886
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Mar 25 20:18:12 2026 +0100
up to 0.7.2
jwt-cpp.spec | 4 ++--
system-picojson.patch | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/jwt-cpp.spec b/jwt-cpp.spec
index a36c5fa..1d8d12c 100644
--- a/jwt-cpp.spec
+++ b/jwt-cpp.spec
@@ -1,11 +1,11 @@
Summary: Header only library for JSON Web Tokens in C++11
Name: jwt-cpp
-Version: 0.7.1
+Version: 0.7.2
Release: 1
License: MIT
Group: Development/Libraries
Source0: https://github.com/Thalhammer/jwt-cpp/releases/download/v%{version}/%{name}-v%{version}.tar.gz
-# Source0-md5: c1bdbd8284cce73e0a21d093b32415b5
+# Source0-md5: f392ae0d51387a6dd3e8a6d2c8c1ff7b
Patch0: system-picojson.patch
Patch1: arch-independent.patch
URL: https://thalhammer.github.io/jwt-cpp/
diff --git a/system-picojson.patch b/system-picojson.patch
index b8fb548..ffee23b 100644
--- a/system-picojson.patch
+++ b/system-picojson.patch
@@ -35,8 +35,8 @@
endif()
if(NOT JWT_DISABLE_PICOJSON AND JWT_EXTERNAL_PICOJSON)
-- target_link_libraries(jwt-cpp INTERFACE picojson::picojson>)
-+#target_link_libraries(jwt-cpp INTERFACE picojson::picojson>)
+- target_link_libraries(jwt-cpp INTERFACE picojson::picojson)
++#target_link_libraries(jwt-cpp INTERFACE picojson::picojson)
endif()
# Hunter needs relative paths so the files are placed correctly
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jwt-cpp.git/commitdiff/ddae0a1eb475552e450e410ace7da439ec18c886
More information about the pld-cvs-commit
mailing list