Skip to content

Commit

Permalink
cli11: upgrade 2.3.1 -> 2.3.2
Browse files Browse the repository at this point in the history
Changelog:
===========
- Bugfix: Consistently use ADL for 'lexical_cast', making it easier to extend
  for custom template types [openembedded#820][]
- Bugfix: Tweak the parsing of files for flags with 'disable_flag_override'
  [openembedded#800][]
- Bugfix: Handle out of bounds long long [openembedded#807][]
- Bugfix: Spacing of 'make_description' min option output [openembedded#808][]
- Bugfix: Print last parsed subcommand's help message [openembedded#822][]
- Bugfix: Avoid floating point warning in GCC 12 [openembedded#803][]
- Bugfix: Fix a few gcc warnings [openembedded#813][]
- Backend: Max CMake tested 3.22 -> 3.24 [openembedded#823][]

License-Update: Copyright updated to 2023.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Jan 10, 2023
1 parent f137234 commit ea3361a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ SUMMARY = "C++11 command line parser"
DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface."
HOMEPAGE = "https://github.com/CLIUtils/CLI11"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9ad746b5f49c0fd53c08ca1faff1922c"
SRCREV = "c2ea58c7f9bb2a1da2d3d7f5b462121ac6a07f16"
LIC_FILES_CHKSUM = "file://LICENSE;md5=afb20fe5f67e21074b10b864d9563c11"
SRCREV = "291c58789c031208f08f4f261a858b5b7083e8e2"
PV .= "+git${SRCPV}"

SRC_URI += "gitsm://github.com/CLIUtils/CLI11;branch=main;protocol=https \
Expand Down

0 comments on commit ea3361a

Please sign in to comment.