-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathkaf.json
31 lines (31 loc) · 1.14 KB
/
kaf.json
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
{
"version": "0.2.11",
"description": "Modern CLI for Apache Kafka",
"homepage": "https://github.com/birdayz/kaf",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/birdayz/kaf/releases/download/v0.2.11/kaf_0.2.11_Windows_x86_64.tar.gz",
"hash": "4a24183bd9c668a440810ec94ac156bbd19ed1c28cd6207a2db92361dba41dfe"
},
"arm64": {
"url": "https://github.com/birdayz/kaf/releases/download/v0.2.11/kaf_0.2.11_Windows_arm64.tar.gz",
"hash": "0d401bce0b616ffdf975f2f372f0947b4010b19062c14d7399bfd813c4fcd9de"
}
},
"bin": "kaf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_x86_64.tar.gz"
},
"arm64": {
"url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}