File AppImageUpdate.changes of Package AppImageUpdate
------------------------------------------------------------------- Fri May 26 06:29:38 UTC 2023 - munix9@googlemail.com - Update to version 2.0.0~alpha1.20230526.496a69e: * Do not build validate tool in lib-only mode * Fix linking problems with system CPR * add vector include to util.h , build was failing when building with conan with undefined template for std::vector<std::string>, using libc++14/clang14 * find_package: only depend on Qt if BUILD_QT_UI is set to ON (#223) * Fetch zsync2 using FetchContent * Fetch libappimage with FetchContent * Fetch sanitizers with FetchContent * Add `--update-info` flag * Specify ubuntu version for CI * Fix ZSync matching pattern * add include for <sstream> to fix build failure under clang/libc++ (#216)