jack-mil 27cdb802d1
k2tf: Update to version 0.8.0 & add arm64 (#7119)
Update URLs to new format, and add ARM64 architecture
2025-09-11 17:35:39 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.8.0",
"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.8.0/k2tf_0.8.0_Windows_amd64.tar.gz",
"hash": "850debab0a080c2317e1c0554db50cfdedd49bb28c45dac14d6de99a94b2b6c4"
},
"arm64": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.8.0/k2tf_0.8.0_Windows_arm64.tar.gz",
"hash": "ed9f243a9eca66e75c9ff140fbd8a203705c1115ee788cabc5cdc80d13a09705"
}
},
"bin": "k2tf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_amd64.tar.gz"
},
"arm64": {
"url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}