ScoopInstaller_Main/bucket/opentofu.json
2024-05-08 16:36:43 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.7.1",
"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.1/tofu_1.7.1_windows_amd64.zip",
"hash": "764221629e7c608d8f7da34a507d8be3605396b42ee273b6289b75bb1d67d40a"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.7.1/tofu_1.7.1_windows_386.zip",
"hash": "66861f4ab15feab22ad58c88b4273de1ee342f293839d957495dcc0a3e5f70ec"
}
},
"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"
}
}
}