Skip to content

Commit

Permalink
Revert "Bump Redis to 7.0.12"
Browse files Browse the repository at this point in the history
BBL deployments fail due to this change. Reverting for now...

This reverts commit b07d0c7.
  • Loading branch information
johha committed Aug 2, 2023
1 parent b07d0c7 commit d1e89be
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 @@ -90,7 +90,7 @@ postgres/postgresql-11.18.tar.gz:
size: 26714356
object_id: 3836fb7b-3c82-4b7e-40af-8e001b7a3b55
sha: sha256:3c693225e26b3c40f40d7cbbc1409edb2e7db8072a9b3a7d4d3eb73c131c5a3b
redis/7.0.12.tar.gz:
size: 3023342
object_id: e17358f0-c55e-43e4-729f-2963922e7af8
sha: sha256:754c5a32e546b798a1fd74f95a819fa844e48d66ddb348a2a990a1ae7a1b167a
redis/7.0.11.tar.gz:
size: 3019850
object_id: ee31345d-be80-45bf-49c9-1b2f3fb11b4a
sha: sha256:7f1941bfa7fa01e2fd167771ff22b8e46b1a6bb0707f01b3e6308d9770e44bf3
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.0.12.tar.gz | https://github.com/redis/redis/archive/7.0.12.tar.gz |
| 7.0.11.tar.gz | https://github.com/redis/redis/archive/7.0.11.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.0.12"
redis_version="7.0.11"

tar xzf "redis/${redis_version}.tar.gz"

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.0.12.tar.gz
- redis/7.0.11.tar.gz

0 comments on commit d1e89be

Please sign in to comment.