ScoopInstaller_Main/bucket/terraform-switcher.json
2025-12-15 00:44:34 +00:00

31 lines
1.3 KiB
JSON

{
"version": "1.12.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.12.0/terraform-switcher_v1.12.0_windows_386.zip",
"hash": "959a1c0827a203821b1ad67c90ef133eeb09e7ce7b20cb19b2c0e5f2c0394520"
},
"64bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.12.0/terraform-switcher_v1.12.0_windows_amd64.zip",
"hash": "5ef2f2a8e1f9211fcd42ef9c1b06b4b34f18607e4d1bed0190fcbeddc9189f90"
}
},
"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"
}
}
}
}