2023-01-29 20:25:47 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.13.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.13.1/ddosify_0.13.1_windows_amd64.zip",
"hash": "1dafeb763d0b65b0148417c8daa21bdb1f5f28e88a37cefc66ceb53d136eb23e"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.13.1/ddosify_0.13.1_windows_386.zip",
"hash": "dbe62a566434ef0d1cf7b8ba6092026148e6836b5a32c37bfe4f5eb0011c4e08"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.13.1/ddosify_0.13.1_windows_arm64.zip",
"hash": "de73288b8a043858f3189395ca2b6f633e0d425d961a1e2e3b4eb4b7aa68fd04"
}
},
"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"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}