mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
ddosify: Add version 0.4.1 (#2785)
* ddosify: Add version 0.4.1 * Update bucket/ddosify.json Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
d0e41f4d7f
commit
add7b404cc
33
bucket/ddosify.json
Normal file
33
bucket/ddosify.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "0.4.1",
|
||||
"description": "Load testing and DDOS attack simulation tool",
|
||||
"homepage": "https://ddosify.com/",
|
||||
"license": "AGPL-3.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ddosify/ddosify/releases/download/v0.4.1/ddosify_0.4.1_windows_amd64.zip",
|
||||
"hash": "b73f7b65028a6cf12cb7bfc416895b8e47435e021593087ed6b35c28f9369d02"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ddosify/ddosify/releases/download/v0.4.1/ddosify_0.4.1_windows_386.zip",
|
||||
"hash": "a527c4676f94d388722476f04a24f4d76c5ab5ff5536d7a77d88348f9ab42adb"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user