mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
terraform-switcher: Add version 0.13.1288 (#3915)
* terraform-switcher: Add version 0.13.1288 * remove
This commit is contained in:
parent
27868972ee
commit
e6509025be
30
bucket/terraform-switcher.json
Normal file
30
bucket/terraform-switcher.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "0.13.1288",
|
||||
"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.1288/terraform-switcher_0.13.1288_windows_386.zip",
|
||||
"hash": "96366f24a51fec5374500112cc46261616c060f0c468cb21557bb6623369ab5f"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/warrensbox/terraform-switcher/releases/download/0.13.1288/terraform-switcher_0.13.1288_windows_amd64.zip",
|
||||
"hash": "cb8427d19b71fd2cfe0de45dd8a94388f79c9d3491ecb5d847a5fd28197a77a5"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user