mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 01:55:15 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "3.2.3",
|
|
"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.3/tenv_v3.2.3_Windows_x86_64.zip",
|
|
"hash": "41c177aad02407c77a9b3aef4e99974db1983ed8027c1e6a641eb244f2dd2d53"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tofuutils/tenv/releases/download/v3.2.3/tenv_v3.2.3_Windows_arm64.zip",
|
|
"hash": "f91c98e9f93f803d2fe2485a885a7f7d729857108c4b5b915557bf48c231eb5d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|