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:
Aliaksandr Belik 2021-10-21 17:07:54 +03:00 committed by GitHub
parent d0e41f4d7f
commit add7b404cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/ddosify.json Normal file
View 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"
}
}
}