2024-12-23 00:37:06 +00:00

41 lines
1.4 KiB
JSON

{
"version": "4.0.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.0.1/tenv_v4.0.1_Windows_x86_64.zip",
"hash": "189eb20030870c9b2ad582d0da74fe45e25ef1d661ab08b5aef44d8582c9fac1"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.0.1/tenv_v4.0.1_Windows_arm64.zip",
"hash": "4750cb4cb4a343dd7dae41c6c6c3c30391187654862cc40ed2795bece4f4e5a8"
}
},
"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"
}
}
}