mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "3.2.11",
|
|
"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.11/tenv_v3.2.11_Windows_x86_64.zip",
|
|
"hash": "1dce08748bfb9247e2f3728c3eca768cc3798b897ab32b4773cdcb39a12157bd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tofuutils/tenv/releases/download/v3.2.11/tenv_v3.2.11_Windows_arm64.zip",
|
|
"hash": "d3f145181754c2c5d49b0f7e032ab4cedba8b53d2eb809e3ffbe4cb68ccb96d2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|