mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 21:01:25 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"version": "1.9.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.9.0/terraform-switcher_v1.9.0_windows_386.zip",
|
|
"hash": "3611f8b2aa521c3a6245069782b74296cf479a597df5fedba57ba94f68ec9917"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.9.0/terraform-switcher_v1.9.0_windows_amd64.zip",
|
|
"hash": "0fcb919e3b25de5e6b3e6921f2d445567f2dd10b6a5cbf248c5636ff1a9b0513"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|