2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-31 06:15:28 +00:00

chore: bump Dovecot Xapian version for Dovecot 2.4 compat

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach
2025-08-02 13:47:17 +02:00
parent ea02987572
commit ab322c6056

View File

@@ -18,7 +18,7 @@ function _install_build_deps() {
}
function _build_package() {
local XAPIAN_VERSION='1.9'
local XAPIAN_VERSION='1.9.1'
curl -fsSL "https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz" \
| tar -xz
cd "fts-xapian-${XAPIAN_VERSION}"