From 26e0bf4443be19f477ea3bcd9e2230ec5d76845b Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 15 Jun 2023 18:24:39 +0200 Subject: [PATCH] upgpkg: simdjson 3.2.0-1 upstream release --- simdjson/.SRCINFO | 6 +++--- simdjson/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/simdjson/.SRCINFO b/simdjson/.SRCINFO index 1a38f91..92de1cf 100644 --- a/simdjson/.SRCINFO +++ b/simdjson/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = simdjson pkgdesc = A C++ library to see how fast we can parse JSON with complete validation. - pkgver = 3.1.8 + pkgver = 3.2.0 pkgrel = 1 url = https://github.com/simdjson/simdjson arch = x86_64 license = APACHE makedepends = cmake depends = gcc-libs - source = simdjson-3.1.8.tar.gz::https://github.com/simdjson/simdjson/archive/v3.1.8.tar.gz - sha256sums = 99e7eeb0a0038e0213da68f099e6a8b67bcaeea1586385ec5f752bea85d902d8 + source = simdjson-3.2.0.tar.gz::https://github.com/simdjson/simdjson/archive/v3.2.0.tar.gz + sha256sums = 75a684dbbe38cf72b8b3bdbdc430764813f3615899a6029931c26ddd89812da4 pkgname = simdjson diff --git a/simdjson/PKGBUILD b/simdjson/PKGBUILD index 84ed04c..cd49083 100644 --- a/simdjson/PKGBUILD +++ b/simdjson/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bert Peters pkgname=simdjson -pkgver=3.1.8 +pkgver=3.2.0 pkgrel=1 pkgdesc="A C++ library to see how fast we can parse JSON with complete validation." arch=('x86_64') @@ -9,7 +9,7 @@ license=('APACHE') depends=(gcc-libs) makedepends=(cmake) source=("$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz") -sha256sums=('99e7eeb0a0038e0213da68f099e6a8b67bcaeea1586385ec5f752bea85d902d8') +sha256sums=('75a684dbbe38cf72b8b3bdbdc430764813f3615899a6029931c26ddd89812da4') build() { cd "$pkgname-$pkgver"