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