Skip to content

Commit

Permalink
Bump Redis to 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
capi-bot committed Oct 18, 2023
1 parent 831c2c0 commit faf5636
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.21.tar.gz:
size: 26792160
object_id: f09b27ec-4351-499d-6414-8d5656e7f45c
sha: sha256:e48b5d5dc68cd5549ef6258facaaf7941ae8bd1cde56709203846167aa20af04
redis/7.2.1.tar.gz:
size: 3421517
object_id: 745c5cc0-8d25-4173-7dc0-5be81c04ae52
sha: sha256:7d333f8681fe83c3ceef4ed4cb37e9c3e23b425f31b8f091604951586c1d4b7a
redis/7.2.2.tar.gz:
size: 3422521
object_id: 18ca58f1-fe42-4167-4a03-c3186a5eefc0
sha: sha256:6f645eb10f8f3659136c4f9ae1301915bd6071c0bc895b2de841eac5e7a8a0c0
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.1.tar.gz | https://github.com/redis/redis/archive/7.2.1.tar.gz |
| 7.2.2.tar.gz | https://github.com/redis/redis/archive/7.2.2.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.1"
redis_version="7.2.2"

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.1.tar.gz
- redis/7.2.2.tar.gz

0 comments on commit faf5636

Please sign in to comment.