kaf: Add version 0.1.38 (#1232)

* Add kaf

Modern CLI for Apache Kafka, written in Go.

* Apply suggestions from code review

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Martin Mauch 2020-07-01 15:29:15 +02:00 committed by GitHub
parent ba10cb8ade
commit b2fe4c8553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/kaf.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "0.1.38",
"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.38/kaf_0.1.38_Windows_x86_64.tar.gz",
"hash": "ce3cc29362b68f2b8a54c7653c34e1381a760d6135ad014592106b727cf1f391"
}
},
"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"
}
}
}