summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Bus2018-10-05 18:08:17 +0700
committerAlexander Bus2018-10-05 18:08:17 +0700
commitceacd3ca254795ca73ff1ba1c8f5c72e8f65b888 (patch)
tree42447d95beeac412303391cf906d0d75445b3762 /PKGBUILD
parentbb9306103997a1c39e748fa903ac0d9093bfdb1e (diff)
downloadaur-ceacd3ca254795ca73ff1ba1c8f5c72e8f65b888.tar.gz
Update to v3.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aea2571cc12d..6c2f3f8f8cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Bus <busfromrus@gmail.com>
pkgname=nlohmann-json-bin
-pkgver=3.2.0
+pkgver=3.3.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=('35ee642558b90e2f9bc758995c4788c4b4d4dec54eef95fb8f38cb4d49c8fc7c'
+sha256sums=('9588d63557333aaa485e92221ec38014a85a6134e7486fe3441e0541a5a89576'
'7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
package() {