mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"version": "1.2.4",
|
|
"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.4/terraform-switcher_v1.2.4_windows_386.tar.gz",
|
|
"hash": "8678b2abf51f3638458cd52a3e09ea5efef85c23b3bda3265ae062091f4d4948"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.2.4/terraform-switcher_v1.2.4_windows_amd64.tar.gz",
|
|
"hash": "70af3200b95f889712032196e6347ba126703d05649f395c5fe148c555756a4a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|