Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions layers/layer0_core/0100_redis/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion layers/layer0_core/0100_redis/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
http://download.redis.io/releases/redis-7.4.6.tar.gz
http://download.redis.io/releases/redis-7.4.7.tar.gz