summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesin2019-03-24 14:05:07 -0400
committerJesin2019-03-24 14:05:07 -0400
commit7a71e4cc8037b510a3ec78bb9e8acaaf832751fe (patch)
tree1ff52fef837bf02fd006dcd1ec660b473f9a827c
parentd5fc23994243e0d826323e9610fb2b95eef3a884 (diff)
downloadaur-7a71e4cc8037b510a3ec78bb9e8acaaf832751fe.tar.gz
v3.6.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbce124c944e..691d5273d9cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nlohmann-json-git
pkgdesc = Header-only JSON library for Modern C++
- pkgver = 3.5.0
+ pkgver = 3.6.1
pkgrel = 1
url = https://github.com/nlohmann/json
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
- provides = nlohmann-json=3.5.0
+ provides = nlohmann-json=3.6.1
conflicts = nlohmann-json
source = git+https://github.com/nlohmann/json
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 63c564231111..f08602a22665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eduardo Sánchez Muñoz
pkgname=nlohmann-json-git
_name="${pkgname%-git}"
-pkgver=3.5.0
+pkgver=3.6.1
pkgrel=1
pkgdesc='Header-only JSON library for Modern C++'
url='https://github.com/nlohmann/json'