2024-12-26 16:30:34 +00:00

41 lines
1.4 KiB
JSON

{
"version": "4.1.0",
"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.1.0/tenv_v4.1.0_Windows_x86_64.zip",
"hash": "1d79047fcfda447febb06147f7e7946464e3919811f975cba3d8295c6f1bf174"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.1.0/tenv_v4.1.0_Windows_arm64.zip",
"hash": "0fb13b92a90b1a873658c852fab7f0727bedd7e4eb5535690a1cc648026cd305"
}
},
"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"
}
}
}