mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.8.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.8.2/ddosify_0.8.2_windows_amd64.zip",
|
|
"hash": "58480196848a79f726f9aa03f09605433d0cbbc50989d926b986a5bea4e7eab3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.8.2/ddosify_0.8.2_windows_386.zip",
|
|
"hash": "54e5182e8df10c8816430837c1d0dc0d2c5dcd6f6b0f5ba89f33cbd261cbf134"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|