Skip to content
Snippets Groups Projects
Commit 0475d3f8 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/spdlog: upgrade to 1.15.0

parent ca182750
No related branches found
No related tags found
No related merge requests found
# Contributor: Leo <thinkabit.ukim@gmail.com> # Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=spdlog pkgname=spdlog
pkgver=1.14.1 pkgver=1.15.0
pkgrel=0 pkgrel=0
pkgdesc="Fast C++ logging library" pkgdesc="Fast C++ logging library"
url="https://github.com/gabime/spdlog" url="https://github.com/gabime/spdlog"
arch="all" arch="all"
license="MIT" license="MIT"
makedepends="cmake fmt-dev samurai" makedepends="
cmake
fmt-dev
samurai
"
checkdepends="catch2-3" checkdepends="catch2-3"
subpackages="$pkgname-dev" subpackages="$pkgname-dev"
source="https://github.com/gabime/spdlog/archive/v$pkgver/spdlog-v$pkgver.tar.gz" source="https://github.com/gabime/spdlog/archive/v$pkgver/spdlog-v$pkgver.tar.gz"
...@@ -27,7 +31,7 @@ build() { ...@@ -27,7 +31,7 @@ build() {
} }
check() { check() {
ctest --test-dir build --output-on-failure ctest --test-dir build
} }
package() { package() {
...@@ -37,5 +41,5 @@ package() { ...@@ -37,5 +41,5 @@ package() {
} }
sha512sums=" sha512sums="
d8f36a3d65a43d8c64900e46137827aadb05559948b2f5a389bea16ed1bfac07d113ee11cf47970913298d6c37400355fe6895cda8fa6dcf6abd9da0d8f199e9 spdlog-v1.14.1.tar.gz 3dd98409f4625ae4d46ef5f59a2fc22a6e151a13dba9d37433363e5d84eab7cca73b379eeb637d8f9b1f0f5a42221c0cc9a2a70414dc2b6af6a162e19fba0647 spdlog-v1.15.0.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment