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.6",
|
|
"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.6/kaf_0.2.6_Windows_x86_64.tar.gz",
|
|
"hash": "09f5dd0188e44013b51a8166cb069f7fd2f8a45611eca5c921bb632eadf43c8a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/birdayz/kaf/releases/download/v0.2.6/kaf_0.2.6_Windows_arm64.tar.gz",
|
|
"hash": "5f12cc55a0de98a7b2c10b72c192661bee41fa561bf858f49901f2af88e3e6d0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|