summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b06bc92dc046..6d81be5c7a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-nlohmann-json
pkgdesc = Header-only JSON library for Modern C++ (mingw-w64)
- pkgver = 3.10.5
+ pkgver = 3.11.2
pkgrel = 1
url = https://github.com/nlohmann/json
arch = any
@@ -10,7 +10,7 @@ pkgbase = mingw-w64-nlohmann-json
options = !buildflags
options = !strip
options = staticlibs
- source = https://github.com/nlohmann/json/archive/v3.10.5.tar.gz
- sha256sums = 5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4
+ source = https://github.com/nlohmann/json/archive/v3.11.2.tar.gz
+ sha256sums = d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273
pkgname = mingw-w64-nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index 0f8c4ca26cb1..7a8be2f80c75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-nlohmann-json
-pkgver=3.10.5
+pkgver=3.11.2
pkgrel=1
pkgdesc='Header-only JSON library for Modern C++ (mingw-w64)'
url='https://github.com/nlohmann/json'
@@ -9,7 +9,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('!buildflags' '!strip' 'staticlibs')
source=("https://github.com/nlohmann/json/archive/v${pkgver}.tar.gz")
-sha256sums=('5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4')
+sha256sums=('d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"