2023-03-19 00:34:24 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.15.2",
"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.15.2/ddosify_0.15.2_windows_amd64.zip",
"hash": "b07e871bbd4e3d62495137b90464cce090ac4d91c7659cf8b8e88371b0fe5994"
},
"32bit": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.15.2/ddosify_0.15.2_windows_386.zip",
"hash": "20720a6a65f7875a0235a5e41509c6269ec547f1225d4c19eb164586115138ff"
},
"arm64": {
"url": "https://github.com/ddosify/ddosify/releases/download/v0.15.2/ddosify_0.15.2_windows_arm64.zip",
"hash": "c36aff6162508e23d3b49024e8f81fed1dc6f328c924ccddb226daec6f34eef4"
}
},
"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"
}
}
}