Skip to content

Commit

Permalink
Bump Redis to 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
capi-bot committed Jan 9, 2024
1 parent e5f3086 commit 2232b4b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ postgres/postgresql-11.22.tar.gz:
size: 26826810
object_id: d1f8d34c-b438-44e7-7672-5daea8a6da66
sha: sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
redis/7.2.3.tar.gz:
size: 3422683
object_id: 25d46db4-ccd7-45ce-6907-569564baedc4
sha: sha256:d45487554079a5de466e7a1106c353cfb5773cfbaaa288c1e3c149260d007110
redis/7.2.4.tar.gz:
size: 3424319
object_id: c4584e2d-c65c-4f74-782d-deb2cffddd07
sha: sha256:a63b27ee42e9f2142e770c84ea8fe1d58bf7e606281249c38100c9a458b2cb69
2 changes: 1 addition & 1 deletion packages/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This file can be downloaded from the following locations:

| Filename | Download URL |
| -------- | ------------ |
| 7.2.3.tar.gz | https://github.com/redis/redis/archive/7.2.3.tar.gz |
| 7.2.4.tar.gz | https://github.com/redis/redis/archive/7.2.4.tar.gz |
2 changes: 1 addition & 1 deletion packages/redis/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function main() {
local redis_version
redis_version="7.2.3"
redis_version="7.2.4"

mkdir -p "redis-${redis_version}" && tar xzf "redis/${redis_version}.tar.gz" -C "redis-${redis_version}" --strip-components=1

Expand Down
2 changes: 1 addition & 1 deletion packages/redis/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
name: redis
files:
- redis/7.2.3.tar.gz
- redis/7.2.4.tar.gz

0 comments on commit 2232b4b

Please sign in to comment.