fix: Update `dovecot-fts-xapian` to `1.7.13`
Contains a fix to a regression introduced that broke indexing
This commit is contained in:
parent
22383c28e7
commit
e97b95e890
|
@ -16,7 +16,7 @@ function _compile_dovecot_fts_xapian() {
|
||||||
apt-get "${QUIET}" --no-install-recommends install \
|
apt-get "${QUIET}" --no-install-recommends install \
|
||||||
automake libtool pkg-config libicu-dev libsqlite3-dev libxapian-dev make build-essential dh-make devscripts dovecot-dev
|
automake libtool pkg-config libicu-dev libsqlite3-dev libxapian-dev make build-essential dh-make devscripts dovecot-dev
|
||||||
|
|
||||||
local XAPIAN_VERSION='1.7.12'
|
local XAPIAN_VERSION='1.7.13'
|
||||||
curl -sSfL -o dovecot-fts-xapian.tar.gz \
|
curl -sSfL -o dovecot-fts-xapian.tar.gz \
|
||||||
"https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz"
|
"https://github.com/grosjo/fts-xapian/releases/download/${XAPIAN_VERSION}/dovecot-fts-xapian-${XAPIAN_VERSION}.tar.gz"
|
||||||
tar xf dovecot-fts-xapian.tar.gz
|
tar xf dovecot-fts-xapian.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue