mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|