diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index f72b5a4f..16f59a63 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -221,7 +221,7 @@ | [pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag) | 0.1 | python3_devtools | | [pyzmq](https://pyzmq.readthedocs.org) | 25.1.1 | python3_circus | | [readline](https://www.gnu.org/software/readline) | 8.1.2 | core | -| [redis](http://redis.io) | 7.4.6 | core | +| [redis](http://redis.io) | 7.4.7 | core | | [redis](https://github.com/redis/redis-py) | 5.0.1 | python3 | | [regex](https://github.com/mrabarnett/mrab-regex) | 2023.8.8 | python3 | | [repackage](https://www.settlenext.com) | 0.7.3 | python3_devtools | diff --git a/layers/layer0_core/0100_redis/Makefile.mk b/layers/layer0_core/0100_redis/Makefile.mk index 10ae466e..b5797491 100644 --- a/layers/layer0_core/0100_redis/Makefile.mk +++ b/layers/layer0_core/0100_redis/Makefile.mk @@ -2,10 +2,10 @@ include ../../../adm/root.mk include ../../package.mk export NAME=redis -export VERSION=7.4.6 +export VERSION=7.4.7 export EXTENSION=tar.gz export CHECKTYPE=MD5 -export CHECKSUM=76ffa1474b579341b300537098df295a +export CHECKSUM=0a22d4a6d906a4588603d188b642e85d DESCRIPTION=\ REDIS is an in-memory data structure store, used as a database, cache \ and message broker diff --git a/layers/layer0_core/0100_redis/sources b/layers/layer0_core/0100_redis/sources index 022589bf..1bd741d4 100644 --- a/layers/layer0_core/0100_redis/sources +++ b/layers/layer0_core/0100_redis/sources @@ -1 +1 @@ -http://download.redis.io/releases/redis-7.4.6.tar.gz +http://download.redis.io/releases/redis-7.4.7.tar.gz