mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.5.0",
|
|
"description": "Azure Terrafy",
|
|
"homepage": "https://github.com/Azure/aztfy",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.5.0/aztfy_v0.5.0_windows_amd64.zip",
|
|
"hash": "23cac3c684c9797651f0b93061c3860e67a8e948e1788c45f458749e905c6e6e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.5.0/aztfy_v0.5.0_windows_386.zip",
|
|
"hash": "a86b2e2f091ba6272bb4d9fb2a6154a04f8d275d627ad9b7ff386201197364d8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|