mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.2.7",
|
|
"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.7/kaf_0.2.7_Windows_x86_64.tar.gz",
|
|
"hash": "280bc68b9128a01c7b0fbb9d5b0fddf56c0cb6e0b76646058513f41addac0707"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/birdayz/kaf/releases/download/v0.2.7/kaf_0.2.7_Windows_arm64.tar.gz",
|
|
"hash": "f8a35e3fcd0d7fc433f8afb45554bc2bd92cf412d3d77a9011025277b130a6e9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|