ScoopInstaller_Main/bucket/terraform-switcher.json
2024-07-19 14:15:00 +08:00

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"
}
}
}
}