diff --git a/deploy/linux/flatpak/org.deskflow.deskflow.yml b/deploy/linux/flatpak/org.deskflow.deskflow.yml index f0d534da5..50aab7993 100644 --- a/deploy/linux/flatpak/org.deskflow.deskflow.yml +++ b/deploy/linux/flatpak/org.deskflow.deskflow.yml @@ -68,8 +68,8 @@ modules: sources: - type: git url: https://github.com/CLIUtils/CLI11 - tag: v2.4.2 - commit: 6c7b07a878ad834957b98d0f9ce1dbe0cb204fc9 + tag: v2.5.0 + commit: 4160d259d961cd393fd8d67590a8c7d210207348 - name: tomlplusplus buildsystem: cmake-ninja sources: diff --git a/src/lib/deskflow/CMakeLists.txt b/src/lib/deskflow/CMakeLists.txt index 9ac6dc928..cb3c232e2 100644 --- a/src/lib/deskflow/CMakeLists.txt +++ b/src/lib/deskflow/CMakeLists.txt @@ -9,8 +9,8 @@ if(CLI11_FOUND) set(cli11_lib CLI11::CLI11) else() #Be sure to update the version and MD5 together - set(CLI11_VERSION 2.4.2) - set(CLI11_MD5 d7923d1ca06d03e2299e55cad532d126) + set(CLI11_VERSION 2.5.0) + set(CLI11_MD5 0d3d6898febe3b82fc47b3d608b1ae95) file( DOWNLOAD "https://github.com/CLIUtils/CLI11/releases/download/v${CLI11_VERSION}/CLI11.hpp" "${CMAKE_BINARY_DIR}/include/CLI/CLI.hpp"