forked from valkey-io/valkey-container
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversions.json
More file actions
57 lines (57 loc) · 1.46 KB
/
versions.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"7.2": {
"version": "7.2.11",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/7.2.11.tar.gz",
"sha256": "12acb6e5c07c71460761eee4361310dbd3618cecd42c70f02223d0ccf31fc6d8",
"debian": {
"version": "trixie"
},
"alpine": {
"version": "3.23"
}
},
"8.0": {
"version": "8.0.6",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/8.0.6.tar.gz",
"sha256": "f8d15c257a3619e0e42e68998e9dc16536009d257662efa4c62ef7d08a71b0dd",
"debian": {
"version": "trixie"
},
"alpine": {
"version": "3.23"
}
},
"8.1": {
"version": "8.1.5",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/8.1.5.tar.gz",
"sha256": "2d47a6afaec7a5383813579c2367193053ec885bc135e810284fe94ccdd324d2",
"debian": {
"version": "trixie"
},
"alpine": {
"version": "3.23"
}
},
"9.0": {
"version": "9.0.2",
"url": "https://github.com/valkey-io/valkey/archive/refs/tags/9.0.2.tar.gz",
"sha256": "0ebaa583659ab784ce19170627032cfab7793a5570b7262775f9dbf77c103ec7",
"debian": {
"version": "trixie"
},
"alpine": {
"version": "3.23"
}
},
"unstable": {
"version": "unstable",
"url": "https://github.com/valkey-io/valkey/archive/unstable.tar.gz",
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
"debian": {
"version": "trixie"
},
"alpine": {
"version": "3.23"
}
}
}