ScoopInstaller_Main/bucket/terraform-switcher.json
2024-09-30 20:28:53 +00:00

31 lines
1.3 KiB
JSON

{
"version": "1.2.3",
"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.3/terraform-switcher_v1.2.3_windows_386.tar.gz",
"hash": "4299ef8ded2e40d71cca6f23f9f7cbd4561f2617d63c48d3e6735303ce3e0789"
},
"64bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.2.3/terraform-switcher_v1.2.3_windows_amd64.tar.gz",
"hash": "fb17a57e2e95058d269c2e18b7fb0600ab5ed63aa254d6ddab7210fa8c506d29"
}
},
"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"
}
}
}
}