Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / simdjson
Commits: 43f67511 by Bert Peters at 2025-06-05T17:46:56+02:00 upgpkg: 1:3.13.0-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = simdjson pkgdesc = A C++ library to see how fast we can parse JSON with complete validation. - pkgver = 3.12.3 + pkgver = 3.13.0 pkgrel = 1 epoch = 1 url = https://github.com/simdjson/simdjson @@ -8,7 +8,7 @@ pkgbase = simdjson license = Apache-2.0 makedepends = cmake depends = gcc-libs - source = simdjson-3.12.3.tar.gz::https://github.com/simdjson/simdjson/archive/v3.12.3.tar.gz - sha256sums = d0af071f2f4187d8b26b556e83ef832b634bd5feb4e2f537b9dabbd334d4e334 + source = simdjson-3.13.0.tar.gz::https://github.com/simdjson/simdjson/archive/v3.13.0.tar.gz + sha256sums = 07a1bb3587aac18fd6a10a83fe4ab09f1100ab39f0cb73baea1317826b9f9e0d pkgname = simdjson ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Bert Peters <bertp...@archlinux.org> pkgname=simdjson epoch=1 -pkgver=3.12.3 +pkgver=3.13.0 pkgrel=1 pkgdesc="A C++ library to see how fast we can parse JSON with complete validation." arch=('x86_64') @@ -17,7 +17,7 @@ makedepends=( source=( "$pkgname-$pkgver.tar.gz::https://github.com/simdjson/simdjson/archive/v$pkgver.tar.gz" ) -sha256sums=('d0af071f2f4187d8b26b556e83ef832b634bd5feb4e2f537b9dabbd334d4e334') +sha256sums=('07a1bb3587aac18fd6a10a83fe4ab09f1100ab39f0cb73baea1317826b9f9e0d') build() { cmake -B build -S "$pkgname-$pkgver" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/simdjson/-/commit/43f67511837ced85685d50a67eb756f0d50e988a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/simdjson/-/commit/43f67511837ced85685d50a67eb756f0d50e988a You're receiving this email because of your account on gitlab.archlinux.org.