summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b285542f4cfd..19e7069e89ff 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.4.0
+ pkgver = 3.5.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 = include-3.4.0.zip::https://github.com/nlohmann/json/releases/download/v3.4.0/include.zip
- source = https://raw.githubusercontent.com/nlohmann/json/v3.4.0/LICENSE.MIT
- sha256sums = bfec46fc0cee01c509cf064d2254517e7fa80d1e7647fea37cf81d97c5682bdc
+ source = include-3.5.0.zip::https://github.com/nlohmann/json/releases/download/v3.5.0/include.zip
+ source = https://raw.githubusercontent.com/nlohmann/json/v3.5.0/LICENSE.MIT
+ sha256sums = 3564da9c5b0cf2e032f97c69baedf10ddbc98030c337d0327a215ea72259ea21
sha256sums = 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd
pkgname = nlohmann-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index de7304d8dc0e..6975bc6a8315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=nlohmann-json-bin
-pkgver=3.4.0
+pkgver=3.5.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=('bfec46fc0cee01c509cf064d2254517e7fa80d1e7647fea37cf81d97c5682bdc'
+sha256sums=('3564da9c5b0cf2e032f97c69baedf10ddbc98030c337d0327a215ea72259ea21'
'7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
package() {