diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 09:33:51 -0700 |
commit | 8c62ec07b85eaed27b4b895166b42e811b0dadf7 (patch) | |
tree | 624013f1212afee829e686bdb3b336c352c9defe | |
parent | 00ca8b4cbd82e18b740666a506fabdd207df0af5 (diff) | |
download | meta-openembedded-8c62ec07b85eaed27b4b895166b42e811b0dadf7.tar.gz |
jwt-cpp: upgrade 0.7.0 -> 0.7.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb (renamed from meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.0.bb b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb index 19424337f7..57a9cbade1 100644 --- a/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.0.bb +++ b/meta-oe/recipes-devtools/jwt-cpp/jwt-cpp_0.7.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8325a5ce4414c65ffdda392e0d96a9ff" | |||
7 | SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ | 7 | SRC_URI = "git://github.com/Thalhammer/jwt-cpp.git;branch=master;protocol=https \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRCREV = "08bcf77a687fb06e34138e9e9fa12a4ecbe12332" | 10 | SRCREV = "e71e0c2d584baff06925bbb3aad683f677e4d498" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||