Samuel Lorétan 9c185bab06 k2tf: Add version 0.3.0 (#654)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
2019-12-22 16:23:08 +08:00

25 lines
827 B
JSON

{
"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"
}
}
}