spdlog: update to 1.5.0.
This commit is contained in:
parent
8324aa049f
commit
801d287927
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'spdlog'
|
# Template file for 'spdlog'
|
||||||
pkgname=spdlog
|
pkgname=spdlog
|
||||||
version=1.4.2
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSPDLOG_BUILD_TESTING=ON -DSPDLOG_BUILD_EXAMPLES=OFF
|
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_BUILD_BENCH=OFF"
|
||||||
-DSPDLOG_BUILD_BENCH=OFF"
|
|
||||||
short_desc="Fast C++ logging library"
|
short_desc="Fast C++ logging library"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/gabime/spdlog"
|
homepage="https://github.com/gabime/spdlog"
|
||||||
distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gabime/spdlog/archive/v${version}.tar.gz"
|
||||||
checksum=821c85b120ad15d87ca2bc44185fa9091409777c756029125a02f81354072157
|
checksum=b38e0bbef7faac2b82fed550a0c19b0d4e7f6737d5321d4fd8f216b80f8aee8a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue