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

Update to v0.4.4

This commit is contained in:
2020-06-30 23:44:04 +02:00
parent 0bb2d7b2a2
commit 76c672278a
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.4.3
pkgver = 0.4.4
pkgrel = 1
url = https://github.com/lemire/simdjson
arch = x86_64
license = APACHE
makedepends = cmake
depends = gcc-libs
source = simdjson-0.4.3.tar.gz::https://github.com/lemire/simdjson/archive/v0.4.3.tar.gz
sha256sums = 8ae54d32e84c5a7d45183bab5817a0d62d9b6e5a2a89c20d9d07475f5429d0b3
source = simdjson-0.4.4.tar.gz::https://github.com/lemire/simdjson/archive/v0.4.4.tar.gz
sha256sums = 736f1f5b97bd3c07b2f3377e7987510b7f85a88d31d349c3dca415e7a9a719d0
pkgname = simdjson

View File

@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
pkgver=0.4.3
pkgver=0.4.4
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/lemire/simdjson/archive/v$pkgver.tar.gz")
sha256sums=('8ae54d32e84c5a7d45183bab5817a0d62d9b6e5a2a89c20d9d07475f5429d0b3')
sha256sums=('736f1f5b97bd3c07b2f3377e7987510b7f85a88d31d349c3dca415e7a9a719d0')
build() {
cd "$pkgname-$pkgver"