summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2018-02-07 15:07:18 +0100
committerEduardo Sánchez Muñoz2018-02-07 15:07:18 +0100
commitf1c71864ad028d505382ddfcd6eaa91300dbf8d0 (patch)
treecf29dbbc433a50515d3ea8a3ed21f26654cb632a
parent9bf3f668dd65c99a05df2fb67ee8e20f54a8868b (diff)
downloadaur-f1c71864ad028d505382ddfcd6eaa91300dbf8d0.tar.gz
Update to version 3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81660903604d..70f76dd5f1ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Jan 3 19:13:07 UTC 2018
pkgbase = nlohmann-json
pkgdesc = Header-only JSON library for Modern C++
- pkgver = 3.0.1
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/nlohmann/json
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
- source = nlohmann-json-3.0.1.tar.gz::https://github.com/nlohmann/json/archive/v3.0.1.tar.gz
+ source = nlohmann-json-3.1.0.tar.gz::https://github.com/nlohmann/json/archive/v3.1.0.tar.gz
sha256sums = SKIP
pkgname = nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index 73520e1f47a3..7e711658d496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=nlohmann-json
-pkgver=3.0.1
+pkgver=3.1.0
pkgrel=1
pkgdesc="Header-only JSON library for Modern C++"
url="https://github.com/nlohmann/json"