mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"version": "1.2.2",
|
|
"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.2.2/terraform-switcher_v1.2.2_windows_386.tar.gz",
|
|
"hash": "40bd37acf0525c72ede3ce47dc213c025c4db095ee3db6fcbd3ab086b5426852"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.2.2/terraform-switcher_v1.2.2_windows_amd64.tar.gz",
|
|
"hash": "4977150c17f80c5a7dc0607a38c7375965e1cd6f83d1154879f5295481007920"
|
|
}
|
|
},
|
|
"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.tar.gz"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v$version/terraform-switcher_v$version_windows_amd64.tar.gz"
|
|
}
|
|
}
|
|
}
|
|
}
|