mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 22:25:14 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.16.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.16.1/ddosify_0.16.1_windows_amd64.zip",
|
|
"hash": "b04a21eab3a0d27cc49f496524b799aa5bfea6e313c5820e899881ca28944c13"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.1/ddosify_0.16.1_windows_386.zip",
|
|
"hash": "b316d394dbc060937a267a107803bbb173ac8269fdeaa5fc7d56b04c127cf75d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.16.1/ddosify_0.16.1_windows_arm64.zip",
|
|
"hash": "ffe307026608dfebbbfe140cba1f126bac91813e193dbb975c7f58e23e529cbd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|