mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 19:55:15 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "1.7.0",
|
|
"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.0/tofu_1.7.0_windows_amd64.zip",
|
|
"hash": "063a5bfecc60e1f9363f269a590556dd58549f8b6619e3cafd55439cbcbe1864"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/opentofu/opentofu/releases/download/v1.7.0/tofu_1.7.0_windows_386.zip",
|
|
"hash": "99e0c538bb92d6a9368724ba311e9dd412771abef8c9ba54fbb7f1df2715cea4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|