mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
25 lines
826 B
JSON
25 lines
826 B
JSON
{
|
|
"version": "0.5.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.5.0/k2tf_0.5.0_Windows_x86_64.tar.gz",
|
|
"hash": "9040976ccd293bda6b84d643cdf34d0dd77133317434099092f901a5c0373e28"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|