ScoopInstaller_Main/bucket/terraform-switcher.json
2025-11-26 12:32:16 +00:00

31 lines
1.3 KiB
JSON

{
"version": "1.10.0",
"description": "A command line tool to switch between different versions of terraform",
"homepage": "https://tfswitch.warrensbox.com",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.10.0/terraform-switcher_v1.10.0_windows_386.zip",
"hash": "15b78d2060b2a7c96ecf358d9130c30a913e270dbab094550b2e077883fc6724"
},
"64bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.10.0/terraform-switcher_v1.10.0_windows_amd64.zip",
"hash": "41c35fa40e073e813d6adb7720981b42dbab2f1591e98e407e4d4eaeca5d5a57"
}
},
"bin": "tfswitch.exe",
"checkver": {
"github": "https://github.com/warrensbox/terraform-switcher"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v$version/terraform-switcher_v$version_windows_386.zip"
},
"64bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v$version/terraform-switcher_v$version_windows_amd64.zip"
}
}
}
}