2022-06-03 12:30:30 +00:00

25 lines
751 B
JSON

{
"version": "0.2.1",
"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.1/kaf_0.2.1_Windows_x86_64.tar.gz",
"hash": "3e8bbf2247a6f7d5ca2526979599cadf2ffa40a83d5131dec5a063e3457497fe"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}