summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2020-07-01 07:55:02 +0200
committerBert Peters2020-07-01 07:55:02 +0200
commita9c35aa75f73261678d7382a73bc845bb0cc6a46 (patch)
treee64708a7b2069fd06e8f6a9b8a77c806f3e08147
parent76c672278ade0d4f0208e27c25f7a44ae43325b6 (diff)
downloadaur-a9c35aa75f73261678d7382a73bc845bb0cc6a46.tar.gz
Update to v0.4.5.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6f3837754c..ab287cec29d3 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.4
+ pkgver = 0.4.5
pkgrel = 1
url = https://github.com/lemire/simdjson
arch = x86_64
license = APACHE
makedepends = cmake
depends = gcc-libs
- source = simdjson-0.4.4.tar.gz::https://github.com/lemire/simdjson/archive/v0.4.4.tar.gz
- sha256sums = 736f1f5b97bd3c07b2f3377e7987510b7f85a88d31d349c3dca415e7a9a719d0
+ source = simdjson-0.4.5.tar.gz::https://github.com/lemire/simdjson/archive/v0.4.5.tar.gz
+ sha256sums = 2d5d125909f0f4bfebed5ea84cc1c6ccafe4730db336d2afcb5402369181e19e
pkgname = simdjson
diff --git a/PKGBUILD b/PKGBUILD
index ee34ef988cf0..a313d8bdcdf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
-pkgver=0.4.4
+pkgver=0.4.5
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=('736f1f5b97bd3c07b2f3377e7987510b7f85a88d31d349c3dca415e7a9a719d0')
+sha256sums=('2d5d125909f0f4bfebed5ea84cc1c6ccafe4730db336d2afcb5402369181e19e')
build() {
cd "$pkgname-$pkgver"