Skip to content

Commit

Permalink
Bump Valkey to 7.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-wg-gitbot committed Jan 8, 2025
1 parent 3d64d47 commit 2fc757a
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
valkey/7.2.7.tar.gz:
size: 3432758
object_id: bff75353-8be6-461b-7da1-5e41fe3c8e3a
sha: sha256:b3b89b1b5da82b2452e3d304213c43628654d5f15d4ea8758a48d26daa0a468e
valkey/7.2.8.tar.gz:
size: 3434084
object_id: 8a19280b-988d-4a20-5d4d-fbabeb2d116e
sha: sha256:801625e8b228b351c8da15ca8ce1b5804036287c33e39e468e1d135b652412c5
2 changes: 1 addition & 1 deletion packages/valkey/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.7.tar.gz | https://github.com/valkey-io/valkey/archive/refs/tags/7.2.7.tar.gz |
| 7.2.8.tar.gz | https://github.com/valkey-io/valkey/archive/refs/tags/7.2.8.tar.gz |
2 changes: 1 addition & 1 deletion packages/valkey/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

function main() {
local valkey_version
valkey_version="7.2.7"
valkey_version="7.2.8"

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

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

0 comments on commit 2fc757a

Please sign in to comment.