From 262cb78fe25ce784b81f386a01078aea4bdfb92b Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Wed, 10 Jan 2024 09:46:28 +0000 Subject: [PATCH] Merge pull request #16452 from overleaf/jpa-aspell-upgrade-take-2 [spelling] loosely match aspell version 0.60.8.1 to allow patch upgrades GitOrigin-RevId: 8c54534f538f0b34144d9124210d28a73558a0eb --- services/spelling/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/spelling/install_deps.sh b/services/spelling/install_deps.sh index 0058e28481..38b53e5e02 100644 --- a/services/spelling/install_deps.sh +++ b/services/spelling/install_deps.sh @@ -17,7 +17,7 @@ echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/tr apt-get update # aspell is leaking memory in bookworm, we'll obtain it from trixie -apt-get install -y -t trixie aspell=0.60.8.1-1 +apt satisfy -y -t trixie 'aspell (>=0.60.8.1)' apt-get install -y \ aspell-af \