mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "1.0.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/v1.0.1/ddosify_1.0.1_windows_amd64.zip",
|
|
"hash": "c8781622f55712552255dff053a898ae45b5a7cd9d856ca49efe422a45a3c46e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v1.0.1/ddosify_1.0.1_windows_386.zip",
|
|
"hash": "68110452b0175240f52afd227ebdab386db77e6318cd9ee3786d2e4229a87f13"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v1.0.1/ddosify_1.0.1_windows_arm64.zip",
|
|
"hash": "4514bb225104aa8822e5ae6e0de47f2a32098d9455e4849ac4b93fee1e7ab8b9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|