2025-02-09 20:25:58 +00:00

41 lines
1.4 KiB
JSON

{
"version": "4.2.4",
"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.2.4/tenv_v4.2.4_Windows_x86_64.zip",
"hash": "86e4214c3c3c3a59355466f7be3c06299ad50203ed30f12c0308700f904f9845"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.2.4/tenv_v4.2.4_Windows_arm64.zip",
"hash": "b5e3aa1e83e74d7496820c45ff38cc3b56cc9dd32676920feaffa6acc0c41852"
}
},
"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"
}
}
}