summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-05-22 08:21:22 +0200
committerMichel Zou2022-05-22 08:21:22 +0200
commitd2dffc9cf4037535c691eb49389328a95eac5c9d (patch)
tree858bc3cee0734624c9350a1d4d0e0bec03b8f054
parenta639671460e6e437165e38f5b5846f56d9659321 (diff)
downloadaur-d2dffc9cf4037535c691eb49389328a95eac5c9d.tar.gz
3.10.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 822caaa12b0f..b06bc92dc046 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.4
+ pkgver = 3.10.5
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.4.tar.gz
- sha256sums = 1155fd1a83049767360e9a120c43c578145db3204d2b309eba49fbbedd0f4ed3
+ source = https://github.com/nlohmann/json/archive/v3.10.5.tar.gz
+ sha256sums = 5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4
pkgname = mingw-w64-nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index 2540a5cbd603..0f8c4ca26cb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-nlohmann-json
-pkgver=3.10.4
+pkgver=3.10.5
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=('1155fd1a83049767360e9a120c43c578145db3204d2b309eba49fbbedd0f4ed3')
+sha256sums=('5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"