mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "1.7.2",
|
|
"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.2/tofu_1.7.2_windows_amd64.zip",
|
|
"hash": "6069aaabdf5fcbc443e24e94da6f6cf9a7ba48d708f05f62f675e44f9e129f3a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/opentofu/opentofu/releases/download/v1.7.2/tofu_1.7.2_windows_386.zip",
|
|
"hash": "3cbfa63e5254a83399e1981f5c25324962f155aba2113c75408ebee72f20cfa5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|