2024-10-30 16:30:15 +00:00

41 lines
1.4 KiB
JSON

{
"version": "3.2.10",
"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.10/tenv_v3.2.10_Windows_x86_64.zip",
"hash": "465955e63c32730186ac4667950c28072fde33ea39941a9b84306440e6a43b99"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v3.2.10/tenv_v3.2.10_Windows_arm64.zip",
"hash": "f17d4729913da7254f58f9a4003923f65605b92860cb65048bde8891ca496ff0"
}
},
"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"
}
}
}