mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 06:35:14 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.17.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.17.0/aztfexport_v0.17.0_windows_amd64.zip",
|
|
"hash": "71435b9de7d5b83535ae956451327d22ec7a3a1523a0be86c6cfc93616d4ba3d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/aztfexport/releases/download/v0.17.0/aztfexport_v0.17.0_windows_386.zip",
|
|
"hash": "2883ce52673c721d0ea26819a73d349d0428caf2332706fc10803d3f3aa98792"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|