From 2b5e2732388d9b1f35e9bcb835aa26b51607fe98 Mon Sep 17 00:00:00 2001
From: J0WI <J0WI@users.noreply.github.com>
Date: Sat, 8 Feb 2025 15:35:43 +0100
Subject: [PATCH] main/simdjson: upgrade to 3.12.0

---
 main/simdjson/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/main/simdjson/APKBUILD b/main/simdjson/APKBUILD
index 5f1886def6bb..be25e75163fc 100644
--- a/main/simdjson/APKBUILD
+++ b/main/simdjson/APKBUILD
@@ -1,12 +1,12 @@
 # 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
 "
-- 
GitLab