From 6e1477666ec983a67c63646d0b25a1e5549f7d0a Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 2 May 2024 15:02:49 +0200 Subject: [PATCH] add precise links for dovecot unstable --- scripts/dovecot/build-obs.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/dovecot/build-obs.sh b/scripts/dovecot/build-obs.sh index 1fbddf8c..66fa667b 100644 --- a/scripts/dovecot/build-obs.sh +++ b/scripts/dovecot/build-obs.sh @@ -4,7 +4,10 @@ echo "Downloading precise files from Debian unstable repository..." mkdir dovecot-build cd dovecot-build -wget https://packages.debian.org/unstable/dovecot-core # TODO: probably wrong link check this + +# taken May 2nd 2024, from https://packages.debian.org/unstable/dovecot-core +wget http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1-3.debian.tar.xz +wget http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig.tar.gz # Clone the Chatmail Dovecot Repo echo "Cloning the Chatmail Dovecot fork..."