ScoopInstaller_Main/bucket/aztfexport.json
2023-07-17 04:29:24 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.13.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.13.0/aztfexport_v0.13.0_windows_amd64.zip",
"hash": "bc2eb5ca674509964315f6af5b2ef2a74def08408f4c677fa25671e67f4b9118"
},
"32bit": {
"url": "https://github.com/Azure/aztfexport/releases/download/v0.13.0/aztfexport_v0.13.0_windows_386.zip",
"hash": "43981c199063972c941afd0c641d1c1a9239d404c4082ded5261bf23680ea0b9"
}
},
"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"
}
}
}