summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2022-05-22 08:21:22 +0200
committerMichel Zou2022-05-22 08:21:22 +0200
commitd2dffc9cf4037535c691eb49389328a95eac5c9d (patch)
tree858bc3cee0734624c9350a1d4d0e0bec03b8f054 /PKGBUILD
parenta639671460e6e437165e38f5b5846f56d9659321 (diff)
downloadaur-d2dffc9cf4037535c691eb49389328a95eac5c9d.tar.gz
3.10.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"