2025-01-07 20:28:08 +00:00

32 lines
1.1 KiB
JSON

{
"version": "2.11.0",
"description": "Less verbose and more shell-friendly Terraform.",
"homepage": "https://github.com/dex4er/tf",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dex4er/tf/releases/download/v2.11.0/tf-windows-amd64.exe#/tf.exe",
"hash": "28e71c1dc67ee8ec609e30b119e3e0067ab30f1d6b1bea67b618714faa2bad20"
},
"arm64": {
"url": "https://github.com/dex4er/tf/releases/download/v2.11.0/tf-windows-arm64.exe#/tf.exe",
"hash": "8783adad6e90e0de493b78c925c30d2ca32f4e59187aac767ba1a49973d824a3"
}
},
"bin": "tf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dex4er/tf/releases/download/v$version/tf-windows-amd64.exe#/tf.exe"
},
"arm64": {
"url": "https://github.com/dex4er/tf/releases/download/v$version/tf-windows-arm64.exe#/tf.exe"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}