From 845a53faa87cb76721b416d7a9e19c926e413d3b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 14 Sep 2024 17:42:00 +0200 Subject: [PATCH] wrk: rebuild against newer LuaJIT. --- srcpkgs/wrk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wrk/template b/srcpkgs/wrk/template index cd4fa854f21..cd5a59b8ff3 100644 --- a/srcpkgs/wrk/template +++ b/srcpkgs/wrk/template @@ -1,7 +1,7 @@ # Template file for 'wrk' pkgname=wrk version=4.2.0 -revision=2 +revision=3 build_style=gnu-makefile make_build_args="VER=${version} WITH_OPENSSL=/usr WITH_LUAJIT=/usr" hostmakedepends="LuaJIT"