ScoopInstaller_Main/bucket/aztfexport.json
StarsbySea fd8554db8b
aztfy: Rename to aztfexport (#4531)
* aztfy: rename to aztfexport

* Update aztfexport.json
2023-03-12 10:34:03 +05:30

32 lines
1.2 KiB
JSON

{
"version": "0.11.0",
"description": "A tool to bring your existing Azure resources under the management of Terraform.",
"homepage": "https://github.com/Azure/aztfexport",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/aztfexport/releases/download/v0.11.0/aztfexport_v0.11.0_windows_amd64.zip",
"hash": "e18d807a23af3622d8d0f43b9a1ce59ac53955a28ddda1df1105e8038e7c5f1d"
},
"32bit": {
"url": "https://github.com/Azure/aztfexport/releases/download/v0.11.0/aztfexport_v0.11.0_windows_386.zip",
"hash": "912e4a33c1a8ae4859577131493061fe4e4bd44c2b1f776fb07c3d6be707b10a"
}
},
"bin": "aztfexport.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/aztfexport/releases/download/v$version/aztfexport_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/Azure/aztfexport/releases/download/v$version/aztfexport_v$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/aztfexport_SHA256SUMS"
}
}
}