From 4b66af8b04f8e5e8fc28de4472c82ca57a24dbcb Mon Sep 17 00:00:00 2001 From: eweos-helper <134289199+eweos-helper[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 09:14:26 +0000 Subject: [PATCH] [lua-cjson] 2.1.0.19-1: new upstream version --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index cf18717e0..3f2630d93 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=lua-cjson pkgname=(lua51-cjson lua54-cjson) -pkgver=2.1.0.16 -pkgrel=2 +pkgver=2.1.0.19 +pkgrel=1 pkgdesc='A fast JSON encoding/parsing module for Lua' url='https://github.com/openresty/lua-cjson' arch=(x86_64 aarch64 riscv64 loongarch64) @@ -12,7 +12,7 @@ makedepends=(lua51 lua54) checkdepends=(perl) source=("https://github.com/openresty/lua-cjson/archive/refs/tags/$pkgver.tar.gz") _lvers=(5.1 5.4) -sha256sums=('4b7e96801ee9596216d52d09cc4d21657cfd575971b6bbe9e317a698ae376a8a') +sha256sums=('d1aded44b4cfe5ec6b395e178902aba3eed1dbe7999a753c0662222de2890ec0') build () { for v in ${_lvers[*]}; do