1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-26 04:50:32 +01:00

Update to v0.6.1.

This commit is contained in:
2020-11-04 19:12:51 +01:00
parent b53637450b
commit 69df58c824
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.6.0
pkgver = 0.6.1
pkgrel = 1
url = https://github.com/simdjson/simdjson
arch = x86_64
license = APACHE
makedepends = cmake
depends = gcc-libs
source = simdjson-0.6.0.tar.gz::https://github.com/simdjson/simdjson/archive/v0.6.0.tar.gz
sha256sums = f3d91afe578a88140ed2e5f0b60c5bfddd0426631c38506f5c70762691adb85e
source = simdjson-0.6.1.tar.gz::https://github.com/simdjson/simdjson/archive/v0.6.1.tar.gz
sha256sums = 57ce12d94555cddc358a96a4995fb74375683a5ae09d3c7323dbd8ba09f4a850
pkgname = simdjson

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
pkgver=0.6.0
pkgver=0.6.1
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=('f3d91afe578a88140ed2e5f0b60c5bfddd0426631c38506f5c70762691adb85e')
sha256sums=('57ce12d94555cddc358a96a4995fb74375683a5ae09d3c7323dbd8ba09f4a850')
build() {
cd "$pkgname-$pkgver"