File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ postgres/postgresql-11.22.tar.gz:
9494 size : 26826810
9595 object_id : d1f8d34c-b438-44e7-7672-5daea8a6da66
9696 sha : sha256:6445a4e1533c1e8bb616d4a3784bdc4c0226b541f6f0c8d996d9f27d581d49c3
97- valkey/7.2.8 .tar.gz :
98- size : 3434084
99- object_id : 8a19280b-988d-4a20-5d4d-fbabeb2d116e
100- sha : sha256:801625e8b228b351c8da15ca8ce1b5804036287c33e39e468e1d135b652412c5
97+ valkey/7.2.9 .tar.gz :
98+ size : 3435946
99+ object_id : 0bf9c738-103d-4bd4-5888-2bf2003a217f
100+ sha : sha256:0fde03f435d426ed5a9356d64fb5e3e113c0e53f8f91b4d2f2dec9716d2977ba
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ This file can be downloaded from the following locations:
66
77| Filename | Download URL |
88| -------- | ------------ |
9- | 7.2.8 .tar.gz | https://github.com/valkey-io/valkey/archive/refs/tags/7.2.8 .tar.gz |
9+ | 7.2.9 .tar.gz | https://github.com/valkey-io/valkey/archive/refs/tags/7.2.9 .tar.gz |
Original file line number Diff line number Diff line change 22
33function main() {
44 local valkey_version
5- valkey_version=" 7.2.8 "
5+ valkey_version=" 7.2.9 "
66
77 mkdir -p " valkey-${valkey_version} " && tar xzf " valkey/${valkey_version} .tar.gz" -C " valkey-${valkey_version} " --strip-components=1
88
Original file line number Diff line number Diff line change 11---
22name: valkey
33files:
4- - valkey/7.2.8 .tar.gz
4+ - valkey/7.2.9 .tar.gz
You can’t perform that action at this time.
0 commit comments