summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bus2018-03-15 11:57:50 +0700
committerAlexander Bus2018-03-15 11:57:50 +0700
commitbf18a049b778e55b7cb37812addcd129f5603693 (patch)
tree922ee51f8a9ae03ca889858d23b2d83f84a50635
parent6b3f48852f7e0e6eaf89bc95a3fd08e9ff2de752 (diff)
downloadaur-bf18a049b778e55b7cb37812addcd129f5603693.tar.gz
Update to v3.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96ee1eca88c2..808f074dcf23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nlohmann-json-bin
pkgdesc = Header-only JSON library for Modern C++ (quick installation without testing)
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://github.com/nlohmann/json
arch = any
@@ -8,9 +8,9 @@ pkgbase = nlohmann-json-bin
provides = nlohmann-json
conflicts = nlohmann-json
conflicts = nlohmann-json-git
- source = https://github.com/nlohmann/json/releases/download/v3.1.1/include.zip
- source = https://raw.githubusercontent.com/nlohmann/json/v3.1.1/LICENSE.MIT
- sha256sums = fde771d4b9e4f222965c00758a2bdd627d04fb7b59e09b7f3d1965abdc848505
+ source = https://github.com/nlohmann/json/releases/download/v3.1.2/include.zip
+ source = https://raw.githubusercontent.com/nlohmann/json/v3.1.2/LICENSE.MIT
+ sha256sums = 495362ee1b9d03d9526ba9ccf1b4a9c37691abe3a642ddbced13e5778c16660c
sha256sums = 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd
pkgname = nlohmann-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ca80dc60b93..1abbeb7a8afa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=nlohmann-json-bin
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc='Header-only JSON library for Modern C++ (quick installation without testing)'
arch=('any')
@@ -11,7 +11,7 @@ provides=('nlohmann-json')
conflicts=('nlohmann-json' 'nlohmann-json-git')
source=("https://github.com/nlohmann/json/releases/download/v${pkgver}/include.zip"
"https://raw.githubusercontent.com/nlohmann/json/v${pkgver}/LICENSE.MIT")
-sha256sums=('fde771d4b9e4f222965c00758a2bdd627d04fb7b59e09b7f3d1965abdc848505'
+sha256sums=('495362ee1b9d03d9526ba9ccf1b4a9c37691abe3a642ddbced13e5778c16660c'
'7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
package() {