mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
826 B
JSON
25 lines
826 B
JSON
{
|
|
"version": "0.7.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.7.0/k2tf_0.7.0_Windows_x86_64.tar.gz",
|
|
"hash": "a759f8dc28941db3673f38e4ac320cad831870c3775c1757f4e768fea66d5b96"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|