diff options
Diffstat (limited to 'databases/redis/Makefile')
| -rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index a1ccc5d9bf8e..0bca2eb92d51 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,7 +1,7 @@ # Created by: Sergey Skvortsov <skv@protey.ru> PORTNAME= redis -PORTVERSION= 6.0.15 +PORTVERSION= 6.2.5 CATEGORIES= databases MASTER_SITES= https://download.redis.io/releases/ @@ -68,7 +68,7 @@ LDFLAGS= -Wl,-E LDFLAGS+= -lpthread -lm -lexecinfo -CONFLICTS?= redis5-5.* redis-devel-6.* +CONFLICTS?= redis5-5.* redis6-6.* redis-devel-6.* USE_RC_SUBR= redis sentinel BIN_FILES= redis-benchmark redis-check-aof redis-check-rdb \ |
