2026-02-12 00:53:30 +00:00

48 lines
1.7 KiB
JSON

{
"version": "4.9.3",
"description": "OpenTofu, Terraform, Terragrunt, and Atmos version manager, written in Go.",
"homepage": "https://tofuutils.github.io/tenv/",
"license": "Apache-2.0",
"architecture": {
"32bit": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.9.3/tenv_v4.9.3_Windows_i386.zip",
"hash": "8971621a81bb9c33adc1250b4887489c3673b75e54c2dc5f071f832893e276d2"
},
"64bit": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.9.3/tenv_v4.9.3_Windows_x86_64.zip",
"hash": "6436bc3d8423c1f20a7079ad436cacd00c05e8ed2bea1983287395acda6fe0ee"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v4.9.3/tenv_v4.9.3_Windows_arm64.zip",
"hash": "191080ba963d17a63ad6460f8b1d307c0aaf2e65144d8668ca287ee8a0ddab47"
}
},
"bin": [
"atmos.exe",
"tenv.exe",
"terraform.exe",
"terragrunt.exe",
"tf.exe",
"tofu.exe"
],
"checkver": {
"github": "https://github.com/tofuutils/tenv"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/tofuutils/tenv/releases/download/v$version/tenv_v$version_Windows_i386.zip"
},
"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"
}
}
}