diff --git a/srcpkgs/spdlog/template b/srcpkgs/spdlog/template index 514b6d88d65..b283634b9a4 100644 --- a/srcpkgs/spdlog/template +++ b/srcpkgs/spdlog/template @@ -1,16 +1,15 @@ # Template file for 'spdlog' pkgname=spdlog -version=1.4.2 +version=1.5.0 revision=1 build_style=cmake -configure_args="-DSPDLOG_BUILD_TESTING=ON -DSPDLOG_BUILD_EXAMPLES=OFF - -DSPDLOG_BUILD_BENCH=OFF" +configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_BUILD_BENCH=OFF" short_desc="Fast C++ logging library" maintainer="John " license="MIT" homepage="https://github.com/gabime/spdlog" distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz" -checksum=821c85b120ad15d87ca2bc44185fa9091409777c756029125a02f81354072157 +checksum=b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a post_install() { vlicense LICENSE