Skip to content
Snippets Groups Projects

main/simdjson: upgrade to 3.12.0

Merged J0WI requested to merge J0WI/aports:simdjson-3.12.0 into master
1 unresolved thread
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
# Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=simdjson
pkgver=3.10.1
pkgver=3.12.0
pkgrel=0
pkgdesc="Parsing gigabytes of JSON per second"
url="https://simdjson.org"
url="https://simdjson.org/"
arch="all"
license="Apache-2.0"
license="Apache-2.0 OR MIT"
# tests take a very long time to compile and require downloading other JSON parsers
options="!check"
makedepends="cmake samurai"
@@ -31,5 +31,5 @@ package() {
}
sha512sums="
b19fde8d81eaff34b83bb41028d7ee3a408ae5bc896277148e96879b1cba1a7cfc4af0064973bcb07e2b56e0955c3a3a581910d7af23d68510374e7f297c3b7c simdjson-3.10.1.tar.gz
c28a235b252d520cf45defab8d64088db71aa8f3fa75746db237cbd8145054b4fb6b8c2783b0a9fefaf8a8f860feb2bd0b2f5ce4303eed8ceca3725d79af6c13 simdjson-3.12.0.tar.gz
"
Loading