diff --git a/thirdparty/scripts/build_redis.sh b/thirdparty/scripts/build_redis.sh index 7a90be8bf84a..c5d399542c3d 100755 --- a/thirdparty/scripts/build_redis.sh +++ b/thirdparty/scripts/build_redis.sh @@ -8,7 +8,7 @@ set -e TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)/../ if [ ! -f $TP_DIR/pkg/redis/src/redis-server ]; then - redis_vname="4.0-rc2" + redis_vname="5.0.3" # This check is to make sure the tarball has been fully extracted. The only # relevant bit about redis/utils/whatisdoing.sh is that it is one of the last # files in the tarball.