ScoopInstaller_Main/bucket/terraform-switcher.json
2022-10-27 12:32:37 +00:00

31 lines
1.3 KiB
JSON

{
"version": "0.13.1300",
"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/0.13.1300/terraform-switcher_0.13.1300_windows_386.zip",
"hash": "e33249333d96c9aa68408589ccbbf6d1bc157df076011a168d9e09094b9facc5"
},
"64bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/0.13.1300/terraform-switcher_0.13.1300_windows_amd64.zip",
"hash": "4ae90e100b8a4c6dddd78cc65a582cd360587a551711a244852c59cf69b44508"
}
},
"bin": "tfswitch.exe",
"checkver": {
"github": "https://github.com/warrensbox/terraform-switcher"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/$version/terraform-switcher_$version_windows_386.zip"
},
"64bit": {
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/$version/terraform-switcher_$version_windows_amd64.zip"
}
}
}
}