mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
|
"version": "0.1.47",
|
|
"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.47/kaf_0.1.47_Windows_x86_64.tar.gz",
|
|
"hash": "e52795418f44012d1b32d517a447fa7bec1530939a765a7bad9147d23e53d3d1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|