Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / simdjson
Commits: e0749569 by Bert Peters at 2025-11-03T17:39:42+01:00 upgpkg: 1:4.2.1-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/simdjson/-/issues/8 - - - - - 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 = 4.1.0 + pkgver = 4.2.1 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-4.1.0.tar.gz::https://github.com/simdjson/simdjson/archive/v4.1.0.tar.gz - sha256sums = 78115e37b2e88ec63e6ae20bb148063a9112c55bcd71404c8572078fd8a6ac3e + source = simdjson-4.2.1.tar.gz::https://github.com/simdjson/simdjson/archive/v4.2.1.tar.gz + sha256sums = 72c60a0fa6871073a4a458e80947dd75894fa1ff69550c7c77f9f4e695dff7f1 pkgname = simdjson ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Bert Peters <[email protected]> pkgname=simdjson epoch=1 -pkgver=4.1.0 +pkgver=4.2.1 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=('78115e37b2e88ec63e6ae20bb148063a9112c55bcd71404c8572078fd8a6ac3e') +sha256sums=('72c60a0fa6871073a4a458e80947dd75894fa1ff69550c7c77f9f4e695dff7f1') build() { cmake -B build -S "$pkgname-$pkgver" \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/simdjson/-/commit/e074956987c5ef7176c525c6545c2801dc5013a4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/simdjson/-/commit/e074956987c5ef7176c525c6545c2801dc5013a4 You're receiving this email because of your account on gitlab.archlinux.org.
