spdlog: update to 1.15.3

This commit is contained in:
Konstantin Podsvirov 2025-05-10 10:03:45 +03:00 committed by Christoph Reiter
parent e0feda109f
commit 803d32cbcd

View File

@ -3,8 +3,8 @@
_realname=spdlog
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.15.2
pkgrel=2
pkgver=1.15.3
pkgrel=1
pkgdesc='Very fast, header-only/compiled, C++ logging library (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
depends=("${MINGW_PACKAGE_PREFIX}-fmt")
source=("https://github.com/gabime/spdlog/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz"
001-spdlog_fmt_external.patch)
sha256sums=('7a80896357f3e8e920e85e92633b14ba0f229c506e6f978578bdc35ba09e9a5d'
sha256sums=('15a04e69c222eb6c01094b5c7ff8a249b36bb22788d72519646fb85feb267e67'
'a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f')
apply_patch_with_msg() {