summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesin2019-08-02 12:03:15 -0400
committerJesin2019-08-02 12:03:15 -0400
commit4acd75239dd41105f68e2c8e8c87b0d7cbfa4eac (patch)
treedbec9c801cd514a8fb3c459834621294c734c583
parent7a71e4cc8037b510a3ec78bb9e8acaaf832751fe (diff)
downloadaur-4acd75239dd41105f68e2c8e8c87b0d7cbfa4eac.tar.gz
v3.7.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691d5273d9cb..8995b1a45e5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nlohmann-json-git
pkgdesc = Header-only JSON library for Modern C++
- pkgver = 3.6.1
+ pkgver = 3.7.0
pkgrel = 1
url = https://github.com/nlohmann/json
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
- provides = nlohmann-json=3.6.1
+ provides = nlohmann-json=3.7.0
conflicts = nlohmann-json
source = git+https://github.com/nlohmann/json
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f08602a22665..b590c85fe808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eduardo Sánchez Muñoz
pkgname=nlohmann-json-git
_name="${pkgname%-git}"
-pkgver=3.6.1
+pkgver=3.7.0
pkgrel=1
pkgdesc='Header-only JSON library for Modern C++'
url='https://github.com/nlohmann/json'