Update jwt-cpp to v0.7.0 (#3765)

pull/3771/head
ruki 8 months ago committed by GitHub
parent 7b5799d59b
commit 2ce6f612ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/j/jwt-cpp/xmake.lua

@ -7,6 +7,7 @@ package("jwt-cpp")
add_urls("https://github.com/Thalhammer/jwt-cpp/archive/refs/tags/$(version).tar.gz",
"https://github.com/Thalhammer/jwt-cpp.git")
add_versions("v0.7.0", "b9eb270e3ba8221e4b2bc38723c9a1cb4fa6c241a42908b9a334daff31137406")
add_versions("v0.6.0", "0227bd6e0356b211341075c7997c837f0b388c01379bd256aa525566a5553f03")
add_configs("picojson", {description = "Use picojson", default = true, type = "boolean"})

Loading…
Cancel
Save