mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
|
"version": "0.1.40",
|
|
"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.1.40/kaf_0.1.40_Windows_x86_64.tar.gz",
|
|
"hash": "969033d9d23736b5db6582c7b553a03b227226e63bf0902f747f613459a64744"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|