summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-11-09 17:24:50 +0100
committerhaawda2019-11-09 17:24:50 +0100
commitfd179f76388d2659b34c93b2b7d2c04ef6b16d12 (patch)
tree16621dfcec757023fc72c92c0f54a2b68bd80dbc
parentd018e71ac086483d1eeebc612c89be036853a53e (diff)
downloadaur-fd179f76388d2659b34c93b2b7d2c04ef6b16d12.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a2b8da60d4..b8879b34301a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nlohmann-json
pkgdesc = Header-only JSON library for Modern C++
- pkgver = 3.7.0
- pkgrel = 5
+ pkgver = 3.7.1
+ pkgrel = 1
url = https://github.com/nlohmann/json
arch = any
license = MIT
makedepends = cmake
- source = nlohmann-json-3.7.0.tar.gz::https://github.com/nlohmann/json/archive/v3.7.0.tar.gz
- sha256sums = d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760
+ source = nlohmann-json-3.7.1.tar.gz::https://github.com/nlohmann/json/archive/v3.7.1.tar.gz
+ sha256sums = e25cf46631f1a3200d109ca33a683b84538411170ee99cd181db8089a2513189
pkgname = nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index 8d5cbd29d0f2..74fd6aaef78b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=nlohmann-json
-pkgver=3.7.0
-pkgrel=5
+pkgver=3.7.1
+pkgrel=1
pkgdesc="Header-only JSON library for Modern C++"
url="https://github.com/nlohmann/json"
license=('MIT')
arch=('any') # check function needs a working compiler toolchain, but package really is arch independent
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760')
+sha256sums=('e25cf46631f1a3200d109ca33a683b84538411170ee99cd181db8089a2513189')
build() {
cd json-$pkgver