summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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