summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Bus2018-12-22 10:50:39 +0700
committerAlexander Bus2018-12-22 10:50:39 +0700
commit2bcbd0813fadd4461ac0b49ae9e1709ed7a3abf9 (patch)
tree0906a2f7042fcce05204eb7e8782dc4e55dbfb21 /PKGBUILD
parenta1eb16646f2ee4b95b34d1e5c5b147b0b697ac6f (diff)
downloadaur-2bcbd0813fadd4461ac0b49ae9e1709ed7a3abf9.tar.gz
Update to v3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de7304d8dc0e..6975bc6a8315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=nlohmann-json-bin
-pkgver=3.4.0
+pkgver=3.5.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=('bfec46fc0cee01c509cf064d2254517e7fa80d1e7647fea37cf81d97c5682bdc'
+sha256sums=('3564da9c5b0cf2e032f97c69baedf10ddbc98030c337d0327a215ea72259ea21'
'7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
package() {