Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions checkversions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ).*(?=<)'
Expand Down Expand Up @@ -276,8 +276,7 @@ BUILD_qpdf
)

_xparts=(
BUILD_python
BUILD_qpdf
BUILD_redis
)

# list of versions
Expand Down