2025-06-08 20:28:46 +00:00

41 lines
1.4 KiB
JSON

{
"version": "4.7.1",
"description": "OpenTofu, Terraform, Terragrunt, and Atmos version manager, written in Go.",
"homepage": "https://tofuutils.github.io/tenv/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.7.1/tenv_v4.7.1_Windows_x86_64.zip",
"hash": "7adb7ff04ab3eab4b83dc15e21532e738d0658b89ccde85c8cf9196ecef1c3da"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.7.1/tenv_v4.7.1_Windows_arm64.zip",
"hash": "e2f2e2d3355712ade084b704040c336fe0f1f24b797941ca9fcb539f9aa25896"
}
},
"bin": [
"atmos.exe",
"tenv.exe",
"terraform.exe",
"terragrunt.exe",
"tf.exe",
"tofu.exe"
],
"checkver": {
"github": "https://github.com/tofuutils/tenv"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tofuutils/tenv/releases/download/v$version/tenv_v$version_Windows_x86_64.zip"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v$version/tenv_v$version_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/tenv_v$version_checksums.txt"
}
}
}