summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bus2018-08-21 01:12:53 +0700
committerAlexander Bus2018-08-21 01:12:53 +0700
commitbb9306103997a1c39e748fa903ac0d9093bfdb1e (patch)
tree64587637de6468761c44cde4a33322486030f70c
parentd2f24d382decc805294996d83ee7156ce675a367 (diff)
downloadaur-bb9306103997a1c39e748fa903ac0d9093bfdb1e.tar.gz
Update to v3.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 808f074dcf23..72dd33aab0d9 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.2
+ pkgver = 3.2.0
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.2/include.zip
- source = https://raw.githubusercontent.com/nlohmann/json/v3.1.2/LICENSE.MIT
- sha256sums = 495362ee1b9d03d9526ba9ccf1b4a9c37691abe3a642ddbced13e5778c16660c
+ source = include-3.2.0.zip::https://github.com/nlohmann/json/releases/download/v3.2.0/include.zip
+ source = https://raw.githubusercontent.com/nlohmann/json/v3.2.0/LICENSE.MIT
+ sha256sums = 35ee642558b90e2f9bc758995c4788c4b4d4dec54eef95fb8f38cb4d49c8fc7c
sha256sums = 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd
pkgname = nlohmann-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26798bccc1e7..aea2571cc12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=nlohmann-json-bin
-pkgver=3.1.2
+pkgver=3.2.0
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=("include-${pkgver}.zip::https://github.com/nlohmann/json/releases/download/v${pkgver}/include.zip"
"https://raw.githubusercontent.com/nlohmann/json/v${pkgver}/LICENSE.MIT")
-sha256sums=('495362ee1b9d03d9526ba9ccf1b4a9c37691abe3a642ddbced13e5778c16660c'
+sha256sums=('35ee642558b90e2f9bc758995c4788c4b4d4dec54eef95fb8f38cb4d49c8fc7c'
'7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
package() {