diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-30 11:26:17 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-30 11:26:17 +0200 |
commit | 1e574eb80f122809c20d9e42fb16dede39ac1987 (patch) | |
tree | ee4da827e78c8cff27c65330729a84dd1c9d3f55 /dnsdist | |
parent | ebd6f5f00e09bba14f154f9c8f191d1b6bdc1b43 (diff) | |
download | archlinuxewe-1e574eb80f122809c20d9e42fb16dede39ac1987.tar.xz |
dnsdist: rebuild
Diffstat (limited to 'dnsdist')
-rw-r--r-- | dnsdist/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsdist/PKGBUILD b/dnsdist/PKGBUILD index 6557a2b3b..d657dc94b 100644 --- a/dnsdist/PKGBUILD +++ b/dnsdist/PKGBUILD @@ -4,7 +4,7 @@ pkgname=dnsdist pkgver=1.8.0 _pkgver=${pkgver#*_} _pkgver=${_pkgver//_/-} -pkgrel=31 +pkgrel=32 pkgdesc='Highly DNS-, DoS- and abuse-aware loadbalancer' arch=('x86_64') url='https://dnsdist.org/' @@ -32,7 +32,7 @@ _pinned_dependencies=( 'libssl.so=3' 'libsystemd.so=0' 'lmdb=0.9.32' - 'luajit=2.1.1713773202' + 'luajit=2.1.1716656478' 'net-snmp=5.9.4' ) depends=('h2o' 'openssl' 'tinycdb' "${_pinned_dependencies[@]}") |