mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.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.19.0/aztfexport_v0.19.0_windows_amd64.zip",
|
|
"hash": "3af58b21d56f21e0b470e6cd97c4209ec64ee132d3568980d63c3078e4cf53ec"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/aztfexport/releases/download/v0.19.0/aztfexport_v0.19.0_windows_386.zip",
|
|
"hash": "820ffc896b2ba0c09fa858e0e4f153c905e43b640c507e87f161ddf0e6304873"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|