mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-29 14:28:55 +02:00
chore: update externally installed software
Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
da61eb21a3
commit
a0ca124c9c
3 changed files with 11 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue