From 4a6abf7aafd2208e5c7f7fb00582f1e040a53095 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 4 Aug 2024 18:18:52 +0200 Subject: [PATCH] cxxopts: update --- recipes-devtools/cxxopts/cxxopts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/cxxopts/cxxopts_git.bb b/recipes-devtools/cxxopts/cxxopts_git.bb index 83d8ce2..599d4e5 100644 --- a/recipes-devtools/cxxopts/cxxopts_git.bb +++ b/recipes-devtools/cxxopts/cxxopts_git.bb @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8de00431559a76a1b43f6fd44f8f6689" SRC_URI = "git://github.com/jarro2783/cxxopts.git;protocol=https;branch=master" S = "${WORKDIR}/git" -PV = "3.0.0" -SRCREV = "c74846a891b3cc3bfa992d588b1295f528d43039" +PV = "3.2.1" +SRCREV = "4bf61f08697b110d9e3991864650a405b3dd515d" inherit cmake