File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 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.10 .tar.gz :
98- size : 3438950
99- object_id : 6532da18-5430-4650-7946-ae8f61c530fb
100- sha : sha256:af455ff2f18ddd9a7f1255ee1f4e2de5d560553a9e13c385551f0a9941ff2070
97+ valkey/7.2.11 .tar.gz :
98+ size : 3441067
99+ object_id : ac3c2823-80c0-41e9-78e4-e42014aad04a
100+ sha : sha256:7ed6733e1af05fc50aea374e73ec6bf29c5e50642c00e7964f00ae94188c7bd7
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.10 .tar.gz | https://github.com/valkey-io/valkey/archive/refs/tags/7.2.10 .tar.gz |
9+ | 7.2.11 .tar.gz | https://github.com/valkey-io/valkey/archive/refs/tags/7.2.11 .tar.gz |
Original file line number Diff line number Diff line change 22
33function main() {
44 local valkey_version
5- valkey_version=" 7.2.10 "
5+ valkey_version=" 7.2.11 "
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.10 .tar.gz
4+ - valkey/7.2.11 .tar.gz
You can’t perform that action at this time.
0 commit comments