mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 07:05:14 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.16.3",
|
|
"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.16.3/ddosify_0.16.3_windows_amd64.zip",
|
|
"hash": "8a9abf6e5babd742859df36ec3fc3842b9402678ce91b540da9ee4f1b71ee98c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.3/ddosify_0.16.3_windows_386.zip",
|
|
"hash": "bc67fac726365a187cd6ab9d672aba011f66857de037ea685b0bff63c2af41e9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.3/ddosify_0.16.3_windows_arm64.zip",
|
|
"hash": "24ce419dc258f88d290257a0ba69fbabf732ae8597eeb0af363d5e2d3e2725f5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|