nlohmann-json: Update to 3.10.0

This commit is contained in:
Konstantin Podsvirov
2021-08-24 12:17:40 +03:00
parent 6c8fe1df17
commit 35efc24f9d

View File

@@ -4,7 +4,7 @@ _realname=json
_pkgname=nlohmann-json
pkgbase=mingw-w64-${_pkgname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_pkgname}"
pkgver=3.9.1
pkgver=3.10.0
pkgrel=1
pkgdesc="JSON for Modern C++ (mingw-w64)"
arch=('any')
@@ -18,7 +18,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-nlohmann_json")
replaces=("${MINGW_PACKAGE_PREFIX}-nlohmann_json")
options=('staticlibs' '!strip' '!buildflags')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/nlohmann/json/archive/v${pkgver}.tar.gz")
sha256sums=('4cf0df69731494668bdd6460ed8cb269b68de9c19ad8c27abc24cd72605b2d5b')
sha256sums=('eb8b07806efa5f95b349766ccc7a8ec2348f3b2ee9975ad879259a371aea8084')
build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"