k2tf: Add version 0.3.0 (#654)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Samuel Lorétan 2019-12-22 00:23:08 -08:00 committed by Hsiao-nan Cheung
parent cb9474c043
commit 9c185bab06

24
bucket/k2tf.json Normal file
View File

@ -0,0 +1,24 @@
{
"homepage": "https://github.com/sl1pm4t/k2tf",
"description": "Converts Kubernetes API Objects (in YAML format) into HashiCorp's Terraform configuration language.",
"license": "MPL-2.0",
"version": "0.3.0",
"architecture": {
"64bit": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.3.0/k2tf_0.3.0_Windows_x86_64.tar.gz",
"hash": "8d424bf2776573e734aa90d9057cda4eb7a01a03a9896b54ab4bdb156ef51b56"
}
},
"bin": "k2tf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_x86_64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}