From a614c5b7f759967f5f448281cb578a23ce7fdea5 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Wed, 16 Jul 2025 09:50:28 +0200 Subject: [PATCH] checkversions fix redis - fix redis parser --- checkversions.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/checkversions.sh b/checkversions.sh index 9d323e6..7dba5bc 100755 --- a/checkversions.sh +++ b/checkversions.sh @@ -177,7 +177,7 @@ version_BUILD_python() { parselast 'https://raw.githubusercontent.com/python/peps/main/peps/pep-0693.rst' '(?<=^- )[0-9].*(?=: )' } version_BUILD_redis() { - parse 'https://redis.io/downloads/' '(?<=>).*(?=\s+release notes)' + parse 'https://github.com/redis/redis/releases' '(?<=/redis/redis/tree/)7.*?(?=")' } version_BUILD_sqlite() { parse 'https://sqlite.org/index.html' '(?<=Version ).*(?=<)' @@ -276,8 +276,7 @@ BUILD_qpdf ) _xparts=( -BUILD_python -BUILD_qpdf +BUILD_redis ) # list of versions