mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.9.0",
|
|
"description": "Azure Terrafy",
|
|
"homepage": "https://github.com/Azure/aztfy",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.9.0/aztfy_v0.9.0_windows_amd64.zip",
|
|
"hash": "b67f542b61bd4dcf10a4b07867db7cec9f890b7f32e8a4a5ceaa9cc3efc09160"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.9.0/aztfy_v0.9.0_windows_386.zip",
|
|
"hash": "b40ab2510a355d5b8223f778dae857694a6c7e762f2daddc7b95010ef9cf9614"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|