mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-10 13:45:16 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.10.0",
|
|
"description": "Azure Terrafy",
|
|
"homepage": "https://github.com/Azure/aztfy",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.10.0/aztfy_v0.10.0_windows_amd64.zip",
|
|
"hash": "8b945002741df3ff1a6e4be89fc13f77127484df186b985f8b95df1b4301978f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.10.0/aztfy_v0.10.0_windows_386.zip",
|
|
"hash": "2b870fce4c8fc9dc24b6389415d62f8b47f013249348c7c0ddfd3c59921c0a28"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|