summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d43a7af3a1..3d2be995e0ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-spdlog
pkgdesc = Very fast, header-only/compiled, C++ logging library (mingw-w64)
- pkgver = 1.14.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://github.com/gabime/spdlog/
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-spdlog
options = !strip
options = !buildflags
options = staticlibs
- source = spdlog-1.14.0.tar.gz::https://github.com/gabime/spdlog//archive/refs/tags/v1.14.0.tar.gz
- sha256sums = 429a6b73ade8285cb21f83bacf89e2821dd1720ea7faa3cb518ffe04b4e00efc
+ source = spdlog-1.14.1.tar.gz::https://github.com/gabime/spdlog//archive/refs/tags/v1.14.1.tar.gz
+ sha256sums = 1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b
pkgname = mingw-w64-spdlog
diff --git a/PKGBUILD b/PKGBUILD
index 2c7445c5e3f5..ee934a465398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=spdlog
pkgname=mingw-w64-${_pkgname}
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc='Very fast, header-only/compiled, C++ logging library (mingw-w64)'
url="https://github.com/gabime/${_pkgname}/"
@@ -14,7 +14,7 @@ arch=('any')
options=(!strip !buildflags staticlibs)
optdepends=()
source=("$_pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('429a6b73ade8285cb21f83bacf89e2821dd1720ea7faa3cb518ffe04b4e00efc')
+sha256sums=('1586508029a7d0670dfcb2d97575dcdc242d3868a259742b69f100801ab4e16b')
_srcdir="${_pkgname}-${pkgver}"
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'