spdlog: update to 1.15.0

This commit is contained in:
Konstantin Podsvirov
2024-11-16 10:24:45 +03:00
committed by Christoph Reiter
parent a904dfcb6f
commit 64457cc26b

View File

@@ -3,7 +3,7 @@
_realname=spdlog
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.14.1
pkgver=1.15.0
pkgrel=1
pkgdesc='Very fast, header-only/compiled, C++ logging library (mingw-w64)'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
depends=("${MINGW_PACKAGE_PREFIX}-fmt")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/gabime/spdlog/archive/v${pkgver}.tar.gz"
001-spdlog_fmt_external.patch)
sha256sums=('1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b'
sha256sums=('9962648c9b4f1a7bbc76fd8d9172555bad1871fdb14ff4f842ef87949682caa5'
'a0eb34b7c6920f0db2587460071f53372663c191cdfe34bf5ea2704c309c745f')
apply_patch_with_msg() {