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 72dd33aab0d9..61c2b3cf297d 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.2.0
+ pkgver = 3.3.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.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
+ source = include-3.3.0.zip::https://github.com/nlohmann/json/releases/download/v3.3.0/include.zip
+ source = https://raw.githubusercontent.com/nlohmann/json/v3.3.0/LICENSE.MIT
+ sha256sums = 9588d63557333aaa485e92221ec38014a85a6134e7486fe3441e0541a5a89576
sha256sums = 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd
pkgname = nlohmann-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index aea2571cc12d..6c2f3f8f8cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=nlohmann-json-bin
-pkgver=3.2.0
+pkgver=3.3.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=('35ee642558b90e2f9bc758995c4788c4b4d4dec54eef95fb8f38cb4d49c8fc7c'
+sha256sums=('9588d63557333aaa485e92221ec38014a85a6134e7486fe3441e0541a5a89576'
'7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
package() {