2025-06-11 12:32:01 +00:00

41 lines
1.4 KiB
JSON

{
"version": "4.7.6",
"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.6/tenv_v4.7.6_Windows_x86_64.zip",
"hash": "c6637fbac9b9760fcba620a7d42a70aa1b99e79fc69fb743b4b9e0ea10c2aae0"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.7.6/tenv_v4.7.6_Windows_arm64.zip",
"hash": "622fdfdaa80b5a4a9d233c3006b6d4f8544c3b58cef502e823f608f82afe117d"
}
},
"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"
}
}
}