summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bus2019-03-21 10:48:07 +0700
committerAlexander Bus2019-03-21 10:48:07 +0700
commitf644fd77b9332e998c9cc15a5b9fb53d0478b7b0 (patch)
tree49c754e58492f7d3fc7de595957501ee4165c23b
parent1aaed1eb03885aac62bace2c7b66c2fdc8b5cd43 (diff)
downloadaur-f644fd77b9332e998c9cc15a5b9fb53d0478b7b0.tar.gz
Update to v3.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8716b8292a55..ec0aa5767cfb 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.6.0
+ pkgver = 3.6.1
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 = include-3.6.0.zip::https://github.com/nlohmann/json/releases/download/v3.6.0/include.zip
- source = https://raw.githubusercontent.com/nlohmann/json/v3.6.0/LICENSE.MIT
- sha256sums = 237c5e66e7f8186a02804ce9dbd5f69ce89fe7424ef84adf6142e973bd9532f4
+ source = include-3.6.1.zip::https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip
+ source = https://raw.githubusercontent.com/nlohmann/json/v3.6.1/LICENSE.MIT
+ sha256sums = 69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf
sha256sums = 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd
pkgname = nlohmann-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71f3d09c4942..4c55c2e0f945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=nlohmann-json-bin
-pkgver=3.6.0
+pkgver=3.6.1
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=('237c5e66e7f8186a02804ce9dbd5f69ce89fe7424ef84adf6142e973bd9532f4'
+sha256sums=('69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf'
'7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
package() {