summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2020-06-30 23:44:04 +0200
committerBert Peters2020-06-30 23:44:04 +0200
commit76c672278ade0d4f0208e27c25f7a44ae43325b6 (patch)
tree11a26b8a1ba53bfc396543946c5ea14112d0159c
parent0bb2d7b2a2907b35b2d5d4143d5f72efe0d962ca (diff)
downloadaur-76c672278ade0d4f0208e27c25f7a44ae43325b6.tar.gz
Update to v0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 538c1032f99a..5e6f3837754c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 30bfd7545719..ee34ef988cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"