2024-09-09 00:34:34 +00:00

41 lines
1.4 KiB
JSON

{
"version": "3.2.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/v3.2.1/tenv_v3.2.1_Windows_x86_64.zip",
"hash": "15e887c8be448eb4f6e8ad06c126a98dbedb804add4c42e4fd7f15c87501b5a3"
},
"arm64": {
"url": "https://github.com/tofuutils/tenv/releases/download/v3.2.1/tenv_v3.2.1_Windows_arm64.zip",
"hash": "9b3385bb1b3514a487b8001d25f12e6ee7eab65d2698af0d112fda8431ef9d53"
}
},
"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"
}
}
}