You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02: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:
@ -18,7 +18,7 @@ function _install_build_deps() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function _build_package() {
|
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" \
|
curl -fsSL "https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz" \
|
||||||
| tar -xz
|
| tar -xz
|
||||||
cd "fts-xapian-${XAPIAN_VERSION}"
|
cd "fts-xapian-${XAPIAN_VERSION}"
|
||||||
|
Reference in New Issue
Block a user