2024-10-28 20:28:18 +00:00

41 lines
1.4 KiB
JSON

{
"version": "3.2.9",
"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/v3.2.9/tenv_v3.2.9_Windows_x86_64.zip",
"hash": "a21e315432f6363a593f6266397b4385d1d1b4c1c3d0cf50e82d2c59bfa2dead"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v3.2.9/tenv_v3.2.9_Windows_arm64.zip",
"hash": "5d2e75c5b86bf2c57eb0b11ff5a86231fbd1f8d412c556f73b866bf62ec712f7"
}
},
"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"
}
}
}