summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-11-17 19:57:09 +0100
committerhaawda2019-11-17 19:57:09 +0100
commit111978d9147c6da649e088e271e636a634505e51 (patch)
tree16d4a180bf5e98d61434dc6de4057452b3ab16e9
parent8107ba0e1165cffd6429c612f0b53903c26603bf (diff)
downloadaur-111978d9147c6da649e088e271e636a634505e51.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0869fb2e7386..d1f06e1ba4c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nlohmann-json
pkgdesc = Header-only JSON library for Modern C++
- pkgver = 3.7.2
+ pkgver = 3.7.3
pkgrel = 1
url = https://github.com/nlohmann/json
arch = any
license = MIT
makedepends = cmake
- source = nlohmann-json-3.7.2.tar.gz::https://github.com/nlohmann/json/archive/v3.7.2.tar.gz
- sha256sums = 914c4af3f14bb98ff084172685fba5d32e8ce4390ec8ba5da45c63daa305df4d
+ source = nlohmann-json-3.7.3.tar.gz::https://github.com/nlohmann/json/archive/v3.7.3.tar.gz
+ sha256sums = 249548f4867417d66ae46b338dfe0a2805f3323e81c9e9b83c89f3adbfde6f31
pkgname = nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index fce8507b37ef..55438205fc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nlohmann-json
-pkgver=3.7.2
+pkgver=3.7.3
pkgrel=1
pkgdesc="Header-only JSON library for Modern C++"
url="https://github.com/nlohmann/json"
@@ -9,7 +9,7 @@ license=('MIT')
arch=('any') # check function needs a working compiler toolchain, but package really is arch independent
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('914c4af3f14bb98ff084172685fba5d32e8ce4390ec8ba5da45c63daa305df4d')
+sha256sums=('249548f4867417d66ae46b338dfe0a2805f3323e81c9e9b83c89f3adbfde6f31')
build() {
cd json-$pkgver