mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.3.0",
|
|
"description": "Azure Terrafy",
|
|
"homepage": "https://github.com/Azure/aztfy",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.3.0/aztfy_v0.3.0_windows_amd64.zip",
|
|
"hash": "ca780d094cbe2d84cf5cdf7cb6cf263c34759445d05147095d3704b883873f3f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/aztfy/releases/download/v0.3.0/aztfy_v0.3.0_windows_386.zip",
|
|
"hash": "2668ac94314c9c3591442e25ff789d066711522d20a5f35862f8d46b347c2f9a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|