mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|