1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Update to v0.9.2.

This commit is contained in:
2021-04-01 17:47:53 +02:00
parent f3bfa45651
commit f0f02ef9a4
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
pkgbase = simdjson
pkgdesc = A C++ library to see how fast we can parse JSON with complete validation.
pkgver = 0.9.1
pkgver = 0.9.2
pkgrel = 1
url = https://github.com/simdjson/simdjson
arch = x86_64
license = APACHE
makedepends = cmake
depends = gcc-libs
source = simdjson-0.9.1.tar.gz::https://github.com/simdjson/simdjson/archive/v0.9.1.tar.gz
sha256sums = 05a78fc9410ae2f4febb5855ecb44defb956c3a23c73a77eb590aa7a5a8eb09d
source = simdjson-0.9.2.tar.gz::https://github.com/simdjson/simdjson/archive/v0.9.2.tar.gz
sha256sums = 5c04b14404998a92799a737b1d9ee47268de831f32f959f6b04ed9ae385cd80f
pkgname = simdjson

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
pkgver=0.9.1
pkgver=0.9.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=('05a78fc9410ae2f4febb5855ecb44defb956c3a23c73a77eb590aa7a5a8eb09d')
sha256sums=('5c04b14404998a92799a737b1d9ee47268de831f32f959f6b04ed9ae385cd80f')
build() {
cd "$pkgname-$pkgver"