chore: update externally installed software

Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
Georg Lauterbach 2025-08-17 11:49:36 +02:00
parent da61eb21a3
commit a0ca124c9c
No known key found for this signature in database
GPG key ID: D84CD4AA46D7F099
3 changed files with 11 additions and 3 deletions

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}"