ScoopInstaller_Main/bucket/opentofu.json
2024-10-23 20:29:17 +00:00

34 lines
1.3 KiB
JSON

{
"version": "1.8.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.8.4/tofu_1.8.4_windows_amd64.zip",
"hash": "ca51255bd938e7c52ff10a044cbc5ef4d7f7013b7b3efcdafaf7fa05f48be916"
},
"32bit": {
"url": "https://github.com/opentofu/opentofu/releases/download/v1.8.4/tofu_1.8.4_windows_386.zip",
"hash": "b995c15bd1a569ff6c44ef432e1b65e00a6a1c3bf3149b74e82523761caf9dfd"
}
},
"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"
}
}
}