chore: Revisions + Add changelog entry / updates

This commit is contained in:
Brennan Kinney 2025-02-13 18:17:20 +13:00 committed by GitHub
parent 59404c0e67
commit 9a5c595fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 25 deletions

View file

@ -16,7 +16,7 @@ function _compile_dovecot_fts_xapian() {
apt-get "${QUIET}" install --no-install-recommends \
automake libtool pkg-config libicu-dev libsqlite3-dev libxapian-dev make build-essential dh-make devscripts dovecot-dev
local XAPIAN_VERSION='1.7.13'
local XAPIAN_VERSION='1.9'
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"
tar xf dovecot-fts-xapian.tar.gz