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 6ac0d9761a65..5164183500d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = spdlog
pkgdesc = Very fast, header only, C++ logging library
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/gabime/spdlog
arch = any
license = MIT
makedepends = cmake
- source = spdlog-1.3.0.tar.gz::https://github.com/gabime/spdlog/archive/v1.3.0.tar.gz
- sha256sums = 78786c641ca278388107e30f1f0fa0307e7e98e1c5279c3d29f71a143f9176b6
+ source = spdlog-1.3.1.tar.gz::https://github.com/gabime/spdlog/archive/v1.3.1.tar.gz
+ sha256sums = 160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70
pkgname = spdlog
diff --git a/PKGBUILD b/PKGBUILD
index 1af86f8660f3..e1dce001e234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Michael Yang <ohmyarchlinux@pm.me>
pkgname=spdlog
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Very fast, header only, C++ logging library'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/gabime/spdlog'
license=('MIT')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz")
-sha256sums=('78786c641ca278388107e30f1f0fa0307e7e98e1c5279c3d29f71a143f9176b6')
+sha256sums=('160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70')
prepare() {
mkdir -p build