summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2020-04-01 08:05:06 +0200
committerBert Peters2020-04-01 08:05:06 +0200
commit251cfac38f3460300b8af49bfbe34a1ea6458341 (patch)
tree40beac4347a81bd8ebb8a4589e4b403fef600202
parente97ff55373f03defe864573040cd95ee46bb71cb (diff)
downloadaur-251cfac38f3460300b8af49bfbe34a1ea6458341.tar.gz
Update to v0.3.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa05ee84f2f7..ab930b1daa8e 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.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/lemire/simdjson
arch = x86_64
license = APACHE
makedepends = cmake
depends = gcc-libs
- source = simdjson-0.2.1.tar.gz::https://github.com/lemire/simdjson/archive/v0.2.1.tar.gz
- sha256sums = 361ad30048005421073b284e6e0c1dcfe46daeecca32e6b5a5a5e7e31df1fdb5
+ source = simdjson-0.3.0.tar.gz::https://github.com/lemire/simdjson/archive/v0.3.0.tar.gz
+ sha256sums = 735ec2607652975283ede83fe0e4eda7abaf53de47be924b91794413eff6ae63
pkgname = simdjson
diff --git a/PKGBUILD b/PKGBUILD
index c9891ab46340..564a81271dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=simdjson
-pkgver=0.2.1
+pkgver=0.3.0
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=('361ad30048005421073b284e6e0c1dcfe46daeecca32e6b5a5a5e7e31df1fdb5')
+sha256sums=('735ec2607652975283ede83fe0e4eda7abaf53de47be924b91794413eff6ae63')
build() {
cd "$pkgname-$pkgver"