mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
25 lines
751 B
JSON
25 lines
751 B
JSON
{
|
|
"version": "0.2.2",
|
|
"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.2/kaf_0.2.2_Windows_x86_64.tar.gz",
|
|
"hash": "df81d47053566d53a2259eb92c027e6789ab86c1d990a60360e0bc33c722e68b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|