1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 13:30:31 +01:00

upgpkg: simdjson 3.1.2-1

upstream release
This commit is contained in:
2023-02-25 14:18:16 +01:00
parent cca21ad0ac
commit 0915b43948
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
pkgver=3.1.1
pkgver=3.1.2
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=('4fcb1c9b1944e2eb8a4a4a22c979e2827165216f859e94d93c846c1261e0e432')
sha256sums=('c4f663d5c8f8d8829d9f771188c7e12a2f24c3df1c7c02b59a5ee7996b7838ec')
build() {
cd "$pkgname-$pkgver"