mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "0.6.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.6.1/ddosify_0.6.1_windows_amd64.zip",
|
|
"hash": "4a0098bb93048b961941ecd6b6d325c1aed5e9490c6e556f8c0bdd39da128354"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.6.1/ddosify_0.6.1_windows_386.zip",
|
|
"hash": "a66e52c709b627ba67bd259e85adeff9993d30b213acc682720ecd9d5f9f976a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|