mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"version": "4.7.21",
|
|
"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.7.21/tenv_v4.7.21_Windows_i386.zip",
|
|
"hash": "4c5e7fa5728632ebdf78b3f24a026bb01d6b6dde199ec578fcb24c2b12bb04c5"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/tofuutils/tenv/releases/download/v4.7.21/tenv_v4.7.21_Windows_x86_64.zip",
|
|
"hash": "8a9f570d89b5c5cbc57f45ba3cfd9910ad2c9eee854440c7672b7be04f947a03"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/tofuutils/tenv/releases/download/v4.7.21/tenv_v4.7.21_Windows_arm64.zip",
|
|
"hash": "5531bc86bb6014f19212497fdf11b2dbef70b5882f901751053de0be729d9b92"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|