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

Update to v0.7.1.

This commit is contained in:
2020-12-17 21:08:01 +01:00
parent b1a603f5bc
commit 8d2c6463f1
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.7.0
pkgver = 0.7.1
pkgrel = 1
url = https://github.com/simdjson/simdjson
arch = x86_64
license = APACHE
makedepends = cmake
depends = gcc-libs
source = simdjson-0.7.0.tar.gz::https://github.com/simdjson/simdjson/archive/v0.7.0.tar.gz
sha256sums = c814f7e20103cded7c2758ceaf41f9f63febe8914e7e72dd1daf1d6071aba8f0
source = simdjson-0.7.1.tar.gz::https://github.com/simdjson/simdjson/archive/v0.7.1.tar.gz
sha256sums = b09cdd20c8163a491bb37e34192660d1ec5a39fa37634a37e4df77866d028ab0
pkgname = simdjson

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
pkgver=0.7.0
pkgver=0.7.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=('c814f7e20103cded7c2758ceaf41f9f63febe8914e7e72dd1daf1d6071aba8f0')
sha256sums=('b09cdd20c8163a491bb37e34192660d1ec5a39fa37634a37e4df77866d028ab0')
build() {
cd "$pkgname-$pkgver"