From c87ebafd970a5e1ea08d51a65c7267f8686e9f95 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 16 Jun 2025 01:09:18 +0200 Subject: [PATCH] postfix: switch mirror in postfix update script Per the official mirror list the johnriley cdn went offline around 2025-03-03. --- pkgs/by-name/po/postfix/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/po/postfix/update.sh b/pkgs/by-name/po/postfix/update.sh index eacb548bc002..edd52c5c5c54 100755 --- a/pkgs/by-name/po/postfix/update.sh +++ b/pkgs/by-name/po/postfix/update.sh @@ -5,6 +5,6 @@ set -eu -o pipefail # Expect the text in format of 'Source code |' # Stable release goes first. -new_version="$(curl -s http://cdn.postfix.johnriley.me/mirrors/postfix-release/index.html | +new_version="$(curl -s https://postfix-mirror.horus-it.com/postfix-release/index.html | pcregrep -o1 '"official/postfix-([0-9.]+)[.]tar[.]gz">' | head -n1)" update-source-version postfix "$new_version"