2022-07-18 08:30:09 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.8.1",
"description": "Load testing and DDOS attack simulation tool",
"homepage": "https://ddosify.com",
"license": "AGPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.8.1/ddosify_0.8.1_windows_amd64.zip",
"hash": "1867daa2b46ac0132d50a1edeb7b1aa1c4e6ca5ec07bda36ec524ef6ecaf1868"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.8.1/ddosify_0.8.1_windows_386.zip",
"hash": "37362d0d9a350c6514712a42f503e863afdfc8ea1454c852cecd798b3d9e8efd"
}
},
"bin": "ddosify.exe",
"checkver": {
"github": "https://github.com/ddosify/ddosify"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_386.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}