2021-10-25 13:24:07 -07:00

25 lines
826 B
JSON

{
"version": "0.6.3",
"description": "Converts Kubernetes API Objects (in YAML format) into HashiCorp's Terraform configuration language.",
"homepage": "https://github.com/sl1pm4t/k2tf",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.6.3/k2tf_0.6.3_Windows_x86_64.tar.gz",
"hash": "08aebd5528092390f1941640584bb0e980ec9e87b64e3857e185af6538ae2077"
}
},
"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"
}
}
}