mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "1.10.4",
|
|
"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.10.4/tofu_1.10.4_windows_amd64.zip",
|
|
"hash": "88d0ab0a240039816d487625bde4152e64b8dcc3ba53b985fbdf9458cbee7fe2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/opentofu/opentofu/releases/download/v1.10.4/tofu_1.10.4_windows_386.zip",
|
|
"hash": "3b0ad2992326e4e0fd5172f2b45209ef84501aecd41b6ee59bec4c1923ce89ef"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|