2022-10-01 12:32:43 +00:00

32 lines
1.1 KiB
JSON

{
"version": "0.8.0",
"description": "Azure Terrafy",
"homepage": "https://github.com/Azure/aztfy",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Azure/aztfy/releases/download/v0.8.0/aztfy_v0.8.0_windows_amd64.zip",
"hash": "56f0d1b520a706f70c9672664644463416f12e4f9902e0c3da190c91378369f1"
},
"32bit": {
"url": "https://github.com/Azure/aztfy/releases/download/v0.8.0/aztfy_v0.8.0_windows_386.zip",
"hash": "25a2f1af131676f7869b71616d76800a90c900249ceea1ffcf5a2b34a95da4be"
}
},
"bin": "aztfy.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Azure/aztfy/releases/download/v$version/aztfy_v$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/Azure/aztfy/releases/download/v$version/aztfy_v$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/aztfy_v$version_SHA256SUMS"
}
}
}