mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
1.3 KiB
JSON
31 lines
1.3 KiB
JSON
{
|
|
"version": "1.3.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.3.0/terraform-switcher_v1.3.0_windows_386.tar.gz",
|
|
"hash": "69491fdfc49bd3c3bdc6e73d7583b644f1f3579fee747b47c058ad6242d97dab"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.3.0/terraform-switcher_v1.3.0_windows_amd64.tar.gz",
|
|
"hash": "c76dfd2923792aa91dc0de0f9c32dccbd753f4c8bdfd28b5f6ca592e40a9f117"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|