Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spdlog: update to 1.10.0. #36533

Merged
merged 1 commit into from
May 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions srcpkgs/spdlog/patches/fix-pkgconfig.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/spdlog/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'spdlog'
pkgname=spdlog
version=1.9.2
version=1.10.0
revision=1
build_style=cmake
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_FMT_EXTERNAL=ON
Expand All @@ -13,7 +13,7 @@ maintainer="skmpz <[email protected]>"
license="MIT"
homepage="https://github.com/gabime/spdlog"
distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
checksum=6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38
checksum=697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224

if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DSPDLOG_BUILD_TESTS_HO=ON"
Expand Down