spdlog: update to 1.8.0.
This commit is contained in:
parent
c4a5d524bf
commit
c1a9555a11
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'spdlog'
|
# Template file for 'spdlog'
|
||||||
pkgname=spdlog
|
pkgname=spdlog
|
||||||
version=1.6.1
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF -DSPDLOG_BUILD_BENCH=OFF"
|
configure_args="-DSPDLOG_BUILD_EXAMPLE=OFF"
|
||||||
short_desc="Fast C++ logging library"
|
short_desc="Fast C++ logging library"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
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=378a040d91f787aec96d269b0c39189f58a6b852e4cbf9150ccfacbe85ebbbfc
|
checksum=1e68e9b40cf63bb022a4b18cdc1c9d88eb5d97e4fd64fa981950a9cacf57a4bf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue