spdlog: update to 1.5.0.

This commit is contained in:
John 2020-02-23 05:04:05 +01:00
parent 8324aa049f
commit 801d287927

View file

@ -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 <johnz@posteo.net>"
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