mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 15:31:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "1.7.3",
|
|
"description": "An OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions.",
|
|
"homepage": "https://opentofu.org/",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/opentofu/opentofu/releases/download/v1.7.3/tofu_1.7.3_windows_amd64.zip",
|
|
"hash": "479745366d7684a4639e07959d963d06b96c6d26353898c354dd25d4e76bb214"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/opentofu/opentofu/releases/download/v1.7.3/tofu_1.7.3_windows_386.zip",
|
|
"hash": "a6ad20c29e9b9b2d651c40e20562f2721c86e6a2df208a673a5864166f782ee2"
|
|
}
|
|
},
|
|
"bin": "tofu.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/opentofu/opentofu"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/opentofu/opentofu/releases/download/v$version/tofu_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/opentofu/opentofu/releases/download/v$version/tofu_$version_windows_386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/tofu_1.6.0_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|