knot-resolver: use `luajit`

Closes #111508.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2022-09-22 23:42:49 -07:00 committed by BrewTestBot
parent 4023ecdebf
commit 377bae927b
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ class KnotResolver < Formula
url "https://secure.nic.cz/files/knot-resolver/knot-resolver-5.5.3.tar.xz"
sha256 "a38f57c68b7d237d662784d8406e6098aad66a148f44dcf498d1e9664c5fed2d"
license all_of: ["CC0-1.0", "GPL-3.0-or-later", "LGPL-2.1-or-later", "MIT"]
revision 1
head "https://gitlab.labs.nic.cz/knot/knot-resolver.git", branch: "master"
livecheck do
@ -28,7 +29,7 @@ class KnotResolver < Formula
depends_on "libnghttp2"
depends_on "libuv"
depends_on "lmdb"
depends_on "luajit-openresty"
depends_on "luajit"
on_linux do
depends_on "libcap-ng"