mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.15.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.15.3/ddosify_0.15.3_windows_amd64.zip",
|
|
"hash": "7890f2cbff1b006543324b735732e41c19d2b61fb6d09cf5a4b64b3361e26197"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.15.3/ddosify_0.15.3_windows_386.zip",
|
|
"hash": "b032e8f8660212a8142d7bf0a545e07c8ff05f9cfecd789facd0bd4cced6f5af"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.15.3/ddosify_0.15.3_windows_arm64.zip",
|
|
"hash": "d36f9b4c1ced3e589c60a890a080e4a42cf1040e35bb1913c125dc0c6b044eeb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|